Searched defs:flake8 (Results 1 – 6 of 6) sorted by relevance
/external/markdown/ |
D | tox.ini | 22 deps = flake8 23 commands = flake8 {toxinidir}/markdown {toxinidir}/tests {toxinidir}/setup.py 24 skip_install = true 42 [flake8] section 43 max-line-length = 119
|
/external/python/asn1crypto/ |
D | tox.ini | 11 [flake8] section 12 max-line-length = 120 13 jobs = 1
|
/external/python/cryptography/ |
D | tox.ini | 76 [flake8] section 77 ignore = E203,E211,W503,W504 78 exclude = .tox,*.egg,.git,_build,.hypothesis 79 select = E,W,F,N,I 80 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/cachetools/ |
D | tox.ini | 32 deps = 37 commands = 39 skip_install = true
|
/external/python/uritemplates/ |
D | tox.ini | 30 [flake8] section 31 exclude = docs/
|