From a1bbf04c48b6775963a283a3ed94263e108596df Mon Sep 17 00:00:00 2001 From: xhzhf Date: Thu, 15 Dec 2016 00:24:47 +0800 Subject: [PATCH] Now there are no E123/E125 warnings Now there are no E123/E125 warnings. So remove ignore statement Change-Id: I2b64c6ce437d667f9d96289ae2a131d05cece8bd Closes-Bug: #1650171 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 38a280b..fb9922a 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,6 @@ commands = oslo_debug_helper {posargs} # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125 builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build