Skip to content

Commit b28a865

Browse files
committed
fix: flake8 pin
1 parent 8ed0e93 commit b28a865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bandit==1.7.*", # v1.8 requires Python 3.9
1313
"black==23.*",
1414
"build==1.2.*",
15-
"flake8==6.*",
15+
"flake8==5.*", # v6 requires Python 3.9
1616
"isort==6.*",
1717
"mypy==1.15.*",
1818
"pdoc==14.*", # v15 requires Python 3.9

0 commit comments

Comments
 (0)