1a9a31d361
pep8 was renamed to pycodestyle, so allow that one in order to be able to transition to it. The depends-on remove pyflake mentions as most projects adopted flake8/hacking, we don't need to allow explicit dependencies on the tools integrated by flake8 (mccabe, pycodestyle/pep8, pyflakes). Cleanup those from the tests/ files to avoid grep'ing finding them. Depends-On: I12b5e114c5c6783e9da5cca2818ac9266a00fc87 Depends-On: Ib145e2afa97f441c07fada9c30f0f0e2410870ae Depends-On: Id44c90ddd4a8a2204fd7ce600097bafbc9469993 Change-Id: If9f30bf39143d5e6fefca794385cafc4456d2197
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
# linters - each project may have a different version with loose convergence
|
|
# over time.
|
|
flake8
|
|
flake8_docstrings
|
|
flake8-import-order
|
|
hacking
|
|
pep257
|
|
pylint
|