Cleanup the flake8 section of tox.ini

* Stop ignoring F403 as we have no cases of it anyway
* Cleanup the comments to make it clear what is ignored on purpose and
 what is ignored until we clean up the code.
Change-Id: I2500e2db70b9c71fbed781d8f7b7c80eee45140f
This commit is contained in:
Joe Gordon
2013年12月11日 19:18:53 +01:00
parent 3912d7aae2
commit 00431f542f

View File

@@ -45,10 +45,10 @@ commands = {posargs}
# E712 is ignored on purpose, since it is normal to use 'column == true'
# in sqlalchemy.
# H803 skipped on purpose per list discussion.
# TODO Hacking 0.6 checks to fix
# E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E711,E712,H404,F403,F811,F841,H803
# The rest of the ignores are TODOs
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E711,E712,H404,F811,F841,H803
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
[hacking]
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.