From b19da05097f863c3bec96373af53c3cb309b0d08 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 15 Mar 2016 21:38:17 +0100 Subject: [PATCH] flake8: Ignore "If is too complex" in ci/install.py --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7f28c527d..b5cf191ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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