Skip to content

Commit 7109eb5

Browse files
authored
Add setup.py back to fix dependabot (#7082)
1 parent 0d36a63 commit 7109eb5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: copyright-notice
3232
args: ["--notice=script/copyright.txt", "--enforce-all"]
33-
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|tests(/\w*)*data/
33+
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3434
types: [python]
3535
- repo: https://github.com/asottile/pyupgrade
3636
rev: v2.34.0

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Keep file until dependabot issue is resolved
2+
# https://github.com/dependabot/dependabot-core/issues/4483
3+
4+
from setuptools import setup
5+
6+
setup()

0 commit comments

Comments
 (0)