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 8ed0e93 commit b28a865Copy full SHA for b28a865
setup.py
@@ -12,7 +12,7 @@
12
"bandit==1.7.*", # v1.8 requires Python 3.9
13
"black==23.*",
14
"build==1.2.*",
15
- "flake8==6.*",
+ "flake8==5.*", # v6 requires Python 3.9
16
"isort==6.*",
17
"mypy==1.15.*",
18
"pdoc==14.*", # v15 requires Python 3.9
0 commit comments