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.
This commit is contained in:
Florian Bruhin 2016-05-12 09:52:02 +02:00
parent e13320b398
commit 0632f6886e

View File

@ -53,7 +53,7 @@ putty-ignore =
/# pragma: no mccabe/ : +C901 /# pragma: no mccabe/ : +C901
tests/*/test_*.py : +D100,D101,D401 tests/*/test_*.py : +D100,D101,D401
tests/unit/browser/http/test_content_disposition.py : +D400 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-check = True
copyright-regexp = # Copyright [\d-]+ .* copyright-regexp = # Copyright [\d-]+ .*
copyright-min-file-size = 110 copyright-min-file-size = 110