From e87f486322dd8fb946895ff24d1dbee62b707add Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 28 May 2013 06:33:05 +0300 Subject: Enable flake8 E721 We already pass the test, so just remove from ignore list Change-Id: I28bfeb99d9841532133a3825f7336e7b712d6561 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2515581ed..0d2ac6adb 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit