flake8: Ignore "If is too complex" in ci/install.py
This commit is contained in:
parent
bc6bf82301
commit
b19da05097
@ -50,6 +50,7 @@ putty-ignore =
|
|||||||
tests/*/*/test_*.py : +D100,D101,D401
|
tests/*/*/test_*.py : +D100,D101,D401
|
||||||
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
|
||||||
copyright-check = True
|
copyright-check = True
|
||||||
copyright-regexp = # Copyright [\d-]+ .*
|
copyright-regexp = # Copyright [\d-]+ .*
|
||||||
copyright-min-file-size = 110
|
copyright-min-file-size = 110
|
||||||
|
Loading…
Reference in New Issue
Block a user