Skip to content

Commit

Permalink
Avoid newer flake8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
arthurdejong committed Nov 28, 2022
1 parent 60a90ed commit 7a91a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -13,7 +13,7 @@ setenv=

[testenv:flake8]
skip_install = true
deps = flake8
deps = flake8<6.0
flake8-author
flake8-blind-except
flake8-bugbear
Expand Down

0 comments on commit 7a91a98

Please sign in to comment.