Skip to content

Commit

Permalink
Fix linting?
Browse files Browse the repository at this point in the history
  • Loading branch information
KerekesDavid committed Sep 10, 2024
1 parent 27734e6 commit 2b21814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
python-version: "3.10"

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

0 comments on commit 2b21814

Please sign in to comment.