Skip to content

Commit 2a8c86c

Browse files
committed
add flake8 fail to github actions
1 parent 6654741 commit 2a8c86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# stop the build if there are Python syntax errors or undefined names
3737
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3838
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
39-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
39+
flake8 examples/ ot/ test/ --count --max-line-length=127 --statistics
4040
- name: Install POT
4141
run: |
4242
pip install -e .

0 commit comments

Comments
 (0)