Skip to content

Commit 76df66e

Browse files
committed
Merge branch 'master' of github.com:valentinp72/inaSpeechSegmenter
2 parents 839d36e + 711997d commit 76df66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
- name: Lint with flake8
3838
run: |
3939
# stop the build if there are Python syntax errors or undefined names
40-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
40+
flake8 . --bug-report --count --select=E9,F63,F7,F82 --show-source --statistics
4141
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
42-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
42+
flake8 . --bug-report --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4343
- name: Test with pytest
4444
run: |
4545
pytest

0 commit comments

Comments
 (0)