Set the maximum complexity for mccabe

This commit is contained in:
Ian Cordasco 2016-02-23 17:08:54 -06:00
parent 08fd403e34
commit 51d15295df

View file

@ -102,3 +102,4 @@ ignore = D203
# across multiple lines. Presently it cannot be specified across multiple lines.
# :-(
exclude = .git,__pycache__,docs/source/conf.py
max-complexity = 10