Reduced maximum McCabe function complexity by one

This commit is contained in:
Raphael Michel
2015-06-28 17:12:27 +02:00
parent 1f08dfda5c
commit bf6dca3e93
5 changed files with 57 additions and 52 deletions

View File

@@ -2,4 +2,4 @@
ignore = N802,W503
max-line-length = 160
exclude = migrations,.ropeproject,static,mt940.py,_static
max-complexity = 12
max-complexity = 11