Skip to content

Commit

Permalink
once more with feeling (underscored directory name)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjswerdloff committed Jul 12, 2023
1 parent 70c520d commit 6407b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
poetry run flake8 tdwii-plus-examples --count --select=E9,F63,F7,F82 --show-source --statistics
poetry run flake8 tdwii_plus_examples --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# --extend-ignore=203 because black puts in a space before a slicing :
# while flake8 complains (this warning is not PEP 8 compliant), If W503 pops up, that should be disabled also
Expand Down

0 comments on commit 6407b1c

Please sign in to comment.