Skip to content

Commit 03aa78c

Browse files
author
Daniel Abraham
authored
Update python-app.yml
1 parent 0403761 commit 03aa78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# stop the build if there are Python syntax errors or undefined names
3131
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3232
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
33-
flake8 . --count --extend-ignore=E111,E114,E125 --exit-zero --max-complexity=10 --max-line-length=127 --statistics
33+
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3434
- name: Test with pytest
3535
run: |
3636
python -m pytest

0 commit comments

Comments
 (0)