From 7841ef1f207166cb6ff8950984ba58780835e469 Mon Sep 17 00:00:00 2001 From: lawrancejing Date: Thu, 24 Oct 2013 12:54:17 +0800 Subject: [PATCH] Remove extra space in tox.ini Change-Id: I19060db8622e5747ab19a11a8eafe3144d61abe9 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 808e5b6d19..f3e720e62c 100644 --- a/tox.ini +++ b/tox.ini @@ -44,9 +44,9 @@ commands = {posargs} [flake8] # E712 is ignored on purpose, since it is normal to use 'column == true' # in sqlalchemy. -# H803 skipped on purpose per list discussion. +# H803 skipped on purpose per list discussion. # TODO Hacking 0.6 checks to fix -# H102 Apache 2.0 license header not found +# H102 Apache 2.0 license header not found ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H102,H404,F403,F811,F841,H803 exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools