Skip to content

Commit

Permalink
Use old flake8 version as we use type comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Nov 16, 2023
1 parent 9b495b0 commit 461924a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
pip install flake8<6.0.0
- name: Run flake8
run: flake8 .

Expand Down

0 comments on commit 461924a

Please sign in to comment.