Skip to content

Commit

Permalink
Update python-lint-test.yml
Browse files Browse the repository at this point in the history
tweak
  • Loading branch information
dougransom authored Oct 13, 2023
1 parent c626e68 commit 64ff8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e .[test]
- name: Linting with flake8
- name: Linting with flake8
run: |
#stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
Expand Down

0 comments on commit 64ff8ce

Please sign in to comment.