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 0d36a63 commit 7109eb5Copy full SHA for 7109eb5
.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,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