Skip to content

Commit

Permalink
Modify github flake8 action (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisruk authored Jun 23, 2022
1 parent f296c21 commit 9443434
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@ jobs:
flake8 . --version
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

0 comments on commit 9443434

Please sign in to comment.