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 bb465c1 commit 8c79512Copy full SHA for 8c79512
.flake8
@@ -0,0 +1,2 @@
1
+[flake8]
2
+min-python-version = 3.9.0
.flake8-old
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
additional_dependencies:
40
- flake8-builtins==1.5.3
41
- flake8-typing-imports==1.12.0
42
- args: ["--min-python-version=3.8.0"]
+ args: ["--min-python-version=3.9.0"]
43
44
- repo: https://github.com/asottile/reorder-python-imports
45
rev: v3.14.0
0 commit comments