From 99422c04c5d92000dd5328834b57a5c5c5eae3ef Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 3 Dec 2022 13:22:04 +0100 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bc2066b..6e67575 100644 --- a/tox.ini +++ b/tox.ini @@ -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