Skip to content

Commit fdd0068

Browse files
committed
update CI
1 parent e191a06 commit fdd0068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- name: Lint with flake8
3434
run: |
3535
# stop the build if there are Python syntax errors or undefined names
36-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
36+
flake8 . --config=flake8rc --count --select=E9,F63,F7,F82 --show-source --statistics
3737
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
38-
flake8 . --config=flake8rc --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38+
flake8 . --config=flake8rc --count --exit-zero --max-complexity=100 --max-line-length=127 --statistics
3939
- name: Test with unpythonic.setup.fixtures
4040
run: |
4141
python runtests.py

0 commit comments

Comments
 (0)