Skip to content

Commit 20db63a

Browse files
authored
Detect all errors
1 parent d3b86ab commit 20db63a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ 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
41-
# exit-zero treats all errors as warnings
42-
flake8 . --count --exit-zero --statistics
40+
flake8 . --count --show-source --statistics
4341
- name: Check black formatting
4442
run: |
4543
# stop the build if black detect any changes

0 commit comments

Comments
 (0)