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 22a9642 commit d33e549Copy full SHA for d33e549
.github/workflows/main.yml
@@ -70,9 +70,9 @@ jobs:
70
- name: Lint with flake8
71
run: |
72
# stop the build if there are Python syntax errors or undefined names
73
- flake8 --count --select=E9,F63,F7,F82 --show-source --statistics
+ flake8 ./python/exercises/practice --count --select=E9,F63,F7,F82 --show-source --statistics
74
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
75
- flake8 python/exercises/practice --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
+ flake8 ./python/exercises/practice --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
76
77
- name: Test template status
78
continue-on-error: true
0 commit comments