Skip to content

Commit

Permalink
Pin flake8<6.0.0
Browse files Browse the repository at this point in the history
flake8 (or pyflakes v3) decided to remove support for type comments
so we have to pin our version here.

See PyCQA/pyflakes#740
  • Loading branch information
kaste authored Dec 29, 2022
1 parent 4740af8 commit ea67491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install "flake8<6.0.0"
- uses: TrueBrain/actions-flake8@v2

0 comments on commit ea67491

Please sign in to comment.