Searched defs:flake8 (Results 1 – 5 of 5) sorted by relevance
/external/python/asn1crypto/ |
D | tox.ini | 11 [flake8] section 12 max-line-length = 120 13 jobs = 1
|
/external/python/pyopenssl/ |
D | tox.ini | 36 basepython = python3 37 deps = 40 skip_install = true 41 commands = 73 [flake8] section 74 ignore = E203,W503,W504
|
/external/python/cryptography/ |
D | tox.ini | 74 [flake8] section 75 ignore = W504 76 exclude = .tox,*.egg,.git,_build,.hypothesis 77 select = E,W,F,N,I 78 application-import-names = cryptography,cryptography_vectors,tests
|
/external/python/oauth2client/ |
D | tox.ini | 160 commands = flake8 --import-order-style google {posargs} 161 deps = 165 [flake8] section 166 exclude = .tox,.git,./*.egg,build, 167 application-import-names = oauth2client 168 putty-ignore =
|
/external/python/uritemplates/ |
D | tox.ini | 30 [flake8] section 31 exclude = docs/
|