うみゅ commited on
Commit
86bb72e
·
1 Parent(s): 3deb0d4

Update python-app.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/python-app.yml +1 -1
.github/workflows/python-app.yml CHANGED
@@ -33,7 +33,7 @@ jobs:
33
  # stop the build if there are Python syntax errors or undefined names
34
  flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
35
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
  - name: Test with unittest
38
  run: |
39
  python -m unittest -v test/test_create_grayscale_gradation.py
 
33
  # stop the build if there are Python syntax errors or undefined names
34
  flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
35
  # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
+ flake8 . --count --exit-zero --ignore=E265,W291 --max-complexity=10 --max-line-length=127 --statistics
37
  - name: Test with unittest
38
  run: |
39
  python -m unittest -v test/test_create_grayscale_gradation.py