Skip to content

Commit df11519

Browse files
committed
Added bin prob-specs and concept exercises to lint exclude.
1 parent 3348383 commit df11519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Lint with flake8
7171
run: |
7272
# stop the build if there are Python syntax errors or undefined names
73-
flake8 --extend-exclude=./test, ., ./python/exercises/concept, ./python/bin, ./problem-specifications] --count --select=E9,F63,F7,F82 --show-source --statistics
73+
flake8 --extend-exclude ./test --count --select=E9,F63,F7,F82 --show-source --statistics
7474
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
7575
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
7676

0 commit comments

Comments
 (0)