Skip to content

Commit

Permalink
limit flake8 version due to flake8-quotes incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Nov 24, 2022
1 parent e4faf48 commit 909c408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install-pip-dependencies.sh
Expand Up @@ -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

Expand Down

0 comments on commit 909c408

Please sign in to comment.