Skip to content

Commit d33e549

Browse files
committed
Added falke8 config file.
1 parent 22a9642 commit d33e549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
- name: Lint with flake8
7171
run: |
7272
# stop the build if there are Python syntax errors or undefined names
73-
flake8 --count --select=E9,F63,F7,F82 --show-source --statistics
73+
flake8 ./python/exercises/practice --count --select=E9,F63,F7,F82 --show-source --statistics
7474
# 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
75+
flake8 ./python/exercises/practice --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
7676
7777
- name: Test template status
7878
continue-on-error: true

0 commit comments

Comments
 (0)