Enumerate Flake8 Fxxx ignores

Instead of ignoring all Fxxx errors, ignore only the failing ones, so
its easy to fix each one separately.

Change-Id: I4ccc1d38247fb76b6dad4388b76c6e8d696f081f
This commit is contained in:
Joe Gordon
2013-05-28 06:45:10 +03:00
parent e87f486322
commit 7ef1dcf18b

View File

@@ -40,7 +40,7 @@ commands =
commands = {posargs}
[flake8]
ignore = E12,E711,E712,H302,H303,H403,H404,F
ignore = E12,E711,E712,H302,H303,H403,H404,F403,F811,F812,F823,F841
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,plugins,tools