Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2022-12-03 13:25:20 +0100
committerArthur de Jong <arthur@arthurdejong.org>2022-12-03 13:25:20 +0100
commit98fe1e52014e0ef8002066c8f4d314db49fd628c (patch)
treeea11b2ddc70f853aab109f13ada9e6bf5da4dd20
parent34822383631c4c7125bc09997da48d931db6cdff (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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index aa892cc..6dda643 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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