Skip to content

Commit 35406df

Browse files
committed
Allow complexity of 12
1 parent c4dc5c5 commit 35406df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Lint with flake8
1818
run: |
1919
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
20-
flake8 . --count --ignore=E501,E741,W503,W605 --max-complexity=10 --statistics
20+
flake8 . --count --ignore=E501,E741,W503,W605 --max-complexity=12 --statistics
2121
- name: Run Tox
2222
run: tox -e py
2323
strategy:

0 commit comments

Comments
 (0)