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 df11519 commit 9c9515dCopy full SHA for 9c9515d
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Lint with flake8
71
run: |
72
# stop the build if there are Python syntax errors or undefined names
73
- flake8 --extend-exclude ./test --count --select=E9,F63,F7,F82 --show-source --statistics
+ flake8 --extend-exclude ./test, ./python/exercises/concept, ./runner, ./python/bin, ./bin --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 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
76
0 commit comments