Reduce functional complexity (McCabe max 18 → max 12)

This commit is contained in:
Raphael Michel
2015-03-13 01:03:19 +01:00
parent 7c240e5c35
commit b8bb71d8a3
8 changed files with 267 additions and 229 deletions

View File

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