From 6cbdcd7ebf05eaa82db62bdf8dbc9913f5cc1c67 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 3 Dec 2022 13:26:21 +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 99c9eb5..ec815a9 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