We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc186f commit ad6a0b7Copy full SHA for ad6a0b7
.flake8
@@ -5,3 +5,4 @@ ignore =
5
6
max-line-length=88
7
max-complexity=39
8
+min_python_version = 3.6.0
.pre-commit-config.yaml
@@ -44,6 +44,7 @@ repos:
44
rev: 3.9.2
45
hooks:
46
- id: flake8
47
+ additional_dependencies: [flake8-typing-imports==1.10.1]
48
exclude: *fixtures
49
- repo: local
50
setup.cfg
@@ -50,7 +50,7 @@ install_requires =
toml>=0.9.2
51
colorama;sys_platform=="win32"
52
typing-extensions>=3.10.0;python_version<"3.10"
53
-python_requires = ~=3.6
+python_requires = >=3.6
54
55
[options.packages.find]
56
include =
0 commit comments