Enable flake8 E721

We already pass the test, so just remove from ignore list

Change-Id: I28bfeb99d9841532133a3825f7336e7b712d6561
This commit is contained in:
Joe Gordon 2013-05-28 06:33:05 +03:00
parent b3a5cd9157
commit 7f6a15fe8f
1 changed files with 1 additions and 1 deletions

View File

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