Skip to content

Commit

Permalink
Revert "Restrict flake8 version (#803)"
Browse files Browse the repository at this point in the history
This reverts commit 3b3693d.

flake8-quotes v3.3.2 is compatible with flake8 v6.
  • Loading branch information
matthiasdiener committed Dec 20, 2022
1 parent a036e43 commit 7408db3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
python3 -m venv myenv
source myenv/bin/activate
python -m pip install wheel
# Need "flake8<6" due to 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 -m flake8 --show-source --statistics "$(basename $GITHUB_REPOSITORY)" test examples setup.py doc/conf.py bin/ && echo "Flake8 found no errors."
pylint:
Expand Down

0 comments on commit 7408db3

Please sign in to comment.