Skip to content

Commit c370572

Browse files
authored
ci: Stop the build if there are flake8 errors
1 parent a785d6b commit c370572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Lint with flake8
2929
run: |
3030
# stop the build if there are Python syntax errors or undefined names
31-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
31+
flake8 . --count --show-source --statistics
3232
# exit-zero treats all errors as warnings.
3333
flake8 . --count --exit-zero --max-complexity=10 --statistics
3434
- name: Test with pytest

0 commit comments

Comments
 (0)