We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edc9f0 commit a6590dbCopy full SHA for a6590db
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
hooks:
31
- id: copyright-notice
32
args: ["--notice=script/copyright.txt", "--enforce-all"]
33
- exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|tests(/\w*)*data/
+ exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
34
types: [python]
35
- repo: https://github.com/asottile/pyupgrade
36
rev: v2.34.0
setup.py
@@ -0,0 +1,2 @@
1
+# Keep file until dependabot issue is resolved
2
+# https://github.com/dependabot/dependabot-core/issues/4483
0 commit comments