Skip to content

Commit

Permalink
Revert "Restrict flake8 version for compatibility with flake8-quotes"
Browse files Browse the repository at this point in the history
This reverts commit ce605b3.

The underlying issue has been fixed.
  • Loading branch information
matthiasdiener authored and inducer committed Jan 17, 2023
1 parent ce605b3 commit 4a9f952
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:
curl -L -O https://tiker.net/ci-support-v0
. ./ci-support-v0
build_py_project_in_conda_env
# '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 -m pip install flake8 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 4a9f952

Please sign in to comment.