Skip to content

Commit bb0a591

Browse files
committed
gh-workflows: fixed indention
1 parent bb67974 commit bb0a591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
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

0 commit comments

Comments
 (0)