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:
parent
e13320b398
commit
0632f6886e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user