From 7a91a98d754a6d80537ccce06ab418a779342a94 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 28 Nov 2022 15:22:14 +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 63dd3bd5..31201366 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ setenv= [testenv:flake8] skip_install = true -deps = flake8 +deps = flake8<6.0 flake8-author flake8-blind-except flake8-bugbear