From bdc3db0ca5486f79402a51591d73c2024fdce05a Mon Sep 17 00:00:00 2001 From: David Keitel Date: Mon, 1 Aug 2022 09:43:22 +0200 Subject: [PATCH] pin flake8<5.0 - try to work around isort incompatibility while waiting for https://github.com/gforcada/flake8-isort/pull/116 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8d705a5..653ac7d5 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "pycuda": ["pycuda"], "style": [ "black", - "flake8", + "flake8<5.0", "flake8-docstrings", "flake8-executable", "flake8-isort",