We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c729a66 commit 0ac6497Copy full SHA for 0ac6497
.github/workflows/python-package.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Lint with flake8
32
run: |
33
# stop the build if there are Python syntax errors or undefined names
34
- flake8 test/ notecard/ example/ --count --ignore=E722,F401,F403,W503 --show-source --statistics
+ flake8 test/ notecard/ examples/ --count --ignore=E722,F401,F403,W503 --show-source --statistics
35
- name: Test with pytest
36
37
pytest
0 commit comments