flake8: Ignore "If is too complex" in ci/install.py

This commit is contained in:
Florian Bruhin 2016-03-15 21:38:17 +01:00
parent bc6bf82301
commit b19da05097

View File

@ -50,6 +50,7 @@ putty-ignore =
tests/*/*/test_*.py : +D100,D101,D401
tests/*/test_*.py : +D100,D101,D401
tests/unit/browser/http/test_content_disposition.py : +D400
scripts/dev/ci/install.py : +C901
copyright-check = True
copyright-regexp = # Copyright [\d-]+ .*
copyright-min-file-size = 110