Skip to content

Commit

Permalink
Restrict flake8 version for compatibility with flake8-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 27, 2022
1 parent 53ae55e commit e7c4aae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -32,7 +32,10 @@ jobs:
curl -L -O https://tiker.net/ci-support-v0
. ./ci-support-v0
build_py_project_in_conda_env
python -m pip install flake8 pep8-naming flake8-quotes flake8-bugbear
# 'flake8<6' because of
# https://github.com/zheller/flake8-quotes/issues/110
python -m pip install 'flake8<6' pep8-naming flake8-quotes flake8-bugbear
python .ci/generate-test-mech.py
flake8 --extend-ignore E501,Q000 test/mechs
Expand Down

0 comments on commit e7c4aae

Please sign in to comment.