From 909c4081eda4597a71b6fdedf7b974a96d35bf3f Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Wed, 23 Nov 2022 20:04:50 -0600 Subject: [PATCH] limit flake8 version due to flake8-quotes incompatibility See https://github.com/zheller/flake8-quotes/issues/110 --- install-pip-dependencies.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install-pip-dependencies.sh b/install-pip-dependencies.sh index 1b59c2c..2ddc85b 100755 --- a/install-pip-dependencies.sh +++ b/install-pip-dependencies.sh @@ -26,7 +26,9 @@ python -m pip install mako python -m pip install pybind11 # Some nice-to haves for development -python -m pip install pytest pudb flake8 pep8-naming flake8-quotes flake8-bugbear \ +## flake8-quotes is currently incompatible with flake 6 +## (https://github.com/zheller/flake8-quotes/issues/110). +python -m pip install pytest pudb "flake8<6" pep8-naming flake8-quotes flake8-bugbear \ pytest-pudb sphinx \ sphinx_math_dollar sphinx_copybutton furo