From 49fc4a9233f7e79231d1c09ab454ee10b7343feb Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Fri, 7 Feb 2014 08:50:30 +0000 Subject: [PATCH] Enable gating on E711 and E712 Removed ignores from the flake8 config that are no longer relevant as there are no violations of these checks. Change-Id: Ib062913ffdfbdeb6d0f79c30a352d0207d5200df --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 59d3ca6f..9be609a4 100644 --- a/tox.ini +++ b/tox.ini @@ -32,9 +32,7 @@ commands = commands = {posargs} [flake8] -# E711: ignored because it is normal to use "column == None" in sqlalchemy -# E712 is ignored on purpose, since it is normal to use 'column == true' # H302 import only modules. -ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H302 +ignore = E121,E122,E123,E124,E126,E127,E128,H302 builtins = _ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools