Skip to content

Commit

Permalink
Decrease flake8 maximum complexity from 26 to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Feb 7, 2021
1 parent 31a367b commit 30213bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Lint with flake8 & isort
run: |
pip install flake8 isort
flake8 --count --max-complexity=26 --show-source --statistics
flake8 --count --max-complexity=15 --show-source --statistics
isort --check-only .
- name: Check typing with mypy
Expand Down

0 comments on commit 30213bc

Please sign in to comment.