Make fake8 error.

This commit is contained in:
Matthew Stratford 2021-04-08 20:37:41 +01:00
parent 8aba845a14
commit fdeffff9fd

View file

@ -32,7 +32,7 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --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
flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
- name: Test with unittest
timeout-minutes: 10
run: |