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 Dec 3, 2022
1 parent f2f0fb5 commit 99422c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -21,7 +21,7 @@ setenv=

[testenv:flake8]
skip_install = true
deps = flake8
deps = flake8<6.0
flake8-author
flake8-blind-except
py{35,36,37,38,39,310}: flake8-bugbear
Expand Down

0 comments on commit 99422c0

Please sign in to comment.