Skip to content

Commit 9443434

Browse files
authored
Modify github flake8 action (#154)
1 parent f296c21 commit 9443434

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ jobs:
3434
flake8 . --version
3535
# stop the build if there are Python syntax errors or undefined names
3636
flake8 . --count --show-source --statistics
37-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
38-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

0 commit comments

Comments
 (0)