Skip to content

Commit

Permalink
Revert "pin flake8 version"
Browse files Browse the repository at this point in the history
This reverts commit 86ae52b.
  • Loading branch information
mdeceglie committed Jul 31, 2023
1 parent 4eb2c8e commit 082b84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install flake8
run: |
python -m pip install --upgrade pip
pip install flake8==6.0.0
pip install flake8
- name: List changed files
run: |
git diff --compact-summary "origin/$GITHUB_BASE_REF"
Expand Down

0 comments on commit 082b84f

Please sign in to comment.