diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2022-12-03 13:25:20 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2022-12-03 13:25:20 +0100 |
commit | 98fe1e52014e0ef8002066c8f4d314db49fd628c (patch) | |
tree | ea11b2ddc70f853aab109f13ada9e6bf5da4dd20 | |
parent | 34822383631c4c7125bc09997da48d931db6cdff (diff) |
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 https://github.com/PyCQA/flake8/issues/1760
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |