Skip to content

Commit a6590db

Browse files
committed
Keep setup.py
1 parent 3edc9f0 commit a6590db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Keep file until dependabot issue is resolved
2+
# https://github.com/dependabot/dependabot-core/issues/4483

0 commit comments

Comments
 (0)