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 3482238 commit 98fe1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@ envlist = flake8,codespell,eslint

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

0 comments on commit 98fe1e5

Please sign in to comment.