mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 16:34:46 +00:00
Set the maximum complexity for mccabe
This commit is contained in:
parent
08fd403e34
commit
51d15295df
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -102,3 +102,4 @@ ignore = D203
|
||||||
# across multiple lines. Presently it cannot be specified across multiple lines.
|
# across multiple lines. Presently it cannot be specified across multiple lines.
|
||||||
# :-(
|
# :-(
|
||||||
exclude = .git,__pycache__,docs/source/conf.py
|
exclude = .git,__pycache__,docs/source/conf.py
|
||||||
|
max-complexity = 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue