File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4040 #flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4141 PYTHONPATH=. flake8 . --count --exit-zero --max-complexity=5 --max-line-length=100 --statistics \
42- --per-file-ignores="scrolltext/utils.py:F401 scrolltext/cli.py:C901" # see below
43- # --per-file-ignores="scrolltext/utils.py:F401" # F401 import but never used (IS_WINDOWS)
44- # --per-file-ignores="scrolltext/cli.py:C901" # C901 _parse_args is too comples
42+ --per-file-ignores="scrolltext/utils.py:F401 scrolltext/cli.py:C901" # see below
43+ # --per-file-ignores="scrolltext/utils.py:F401" # F401 import but never used (IS_WINDOWS)
44+ # --per-file-ignores="scrolltext/cli.py:C901" # C901 _parse_args is too comples
4545 - name : Unittests
4646 run : |
4747 PYTHONPATH=. python tests/utils_tests.py
You can’t perform that action at this time.
0 commit comments