From 0632f6886eb407facb4d745b3e00aa7bd5cc0074 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 12 May 2016 09:52:02 +0200 Subject: [PATCH] flake8: Adjust appveyor_install.py path We have some ignores local to that file, and after renaming the file they showed up again. We also remove the C901 ignore (mccabe complexity check) as the script got simpler. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0ea9576f6..e9e464aed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ putty-ignore = /# pragma: no mccabe/ : +C901 tests/*/test_*.py : +D100,D101,D401 tests/unit/browser/http/test_content_disposition.py : +D400 - scripts/dev/ci/install.py : +C901,FI53 + scripts/dev/ci/appveyor_install.py : +FI53 copyright-check = True copyright-regexp = # Copyright [\d-]+ .* copyright-min-file-size = 110