Add pycodestyle
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
This commit is contained in:
parent
da75ed2a98
commit
1a9a31d361
@ -10,4 +10,5 @@ mccabe
|
||||
pep257
|
||||
pep8
|
||||
pyflakes
|
||||
pycodestyle
|
||||
pylint
|
||||
|
@ -4,8 +4,5 @@ flake8
|
||||
flake8_docstrings
|
||||
flake8-import-order
|
||||
hacking
|
||||
mccabe
|
||||
pep257
|
||||
pep8
|
||||
pyflakes
|
||||
pylint
|
||||
|
@ -105,9 +105,7 @@ nose-exclude
|
||||
nosehtmloutput>=0.0.3
|
||||
nosexcover
|
||||
openstack.nose_plugin>=0.7
|
||||
pep8==1.4.5
|
||||
psycopg2
|
||||
pyflakes==0.7.2
|
||||
pylint==0.25.2
|
||||
pysendfile==2.0.0
|
||||
pysqlite
|
||||
|
Loading…
Reference in New Issue
Block a user