8000 Avoid newer flake8 · unho/python-stdnum@7a91a98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a91a98

Browse files
committed
Avoid newer flake8
The new 6.0.0 contains a number of backwards incompatible changes for which plugins need to be updated and configuration needs to be updated. Sadly the maintainer no longer accepts contributions or discussion See PyCQA/flake8#1760
1 parent 60a90ed commit 7a91a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setenv=
1313

1414
[testenv:flake8]
1515
skip_install = true
16-
deps = flake8
16+
deps = flake8<6.0
1717
flake8-author
1818
flake8-blind-except
1919
flake8-bugbear

0 commit comments

Comments
 (0)
0