Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e082a29

Browse files
committed
Pin flake8<6.0.0
flake8 (or pyflakes v3) decided to remove support for type comments so we have to pin our version here. See PyCQA/pyflakes#740
1 parent 179ed36 commit e082a29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v3
20+
- run: pip install "flake8<6.0.0"
2021
- uses: TrueBrain/actions-flake8@v2

0 commit comments

Comments
 (0)