Skip to content

Commit 2824566

Browse files
committed
new flake8 throws errors for global variables
1 parent 70b03f1 commit 2824566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Lint with flake8
3333
run: |
34-
pip install flake8 coverage
34+
pip install flake8==7.1.2 coverage
3535
# stop the build if there are Python syntax errors or undefined names
3636
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3737
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide

0 commit comments

Comments
 (0)