We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dc5c5 commit 35406dfCopy full SHA for 35406df
.github/workflows/build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Lint with flake8
18
run: |
19
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
20
- flake8 . --count --ignore=E501,E741,W503,W605 --max-complexity=10 --statistics
+ flake8 . --count --ignore=E501,E741,W503,W605 --max-complexity=12 --statistics
21
- name: Run Tox
22
run: tox -e py
23
strategy:
0 commit comments