Skip to content

Commit

Permalink
CI: pin flake8 version
Browse files Browse the repository at this point in the history
To avoid new flake8 rules being applied at random times.
  • Loading branch information
stsnel committed Feb 19, 2024
1 parent 21c4a45 commit a8c76bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 flake8-import-order
python -m pip install flake8==5.0.4 flake8-import-order
- name: Lint with flake8
run: |
Expand Down

0 comments on commit a8c76bf

Please sign in to comment.