From c457cdaf2241a2e76ec89431ebacf37038e48c62 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 16 Jul 2015 12:50:27 +0800 Subject: [PATCH] Remove H803 rule H803 rule was removed from hacking. Change-Id: I4e1646e66a26a93bc2cad661a6941e23894dd55c --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 95dbb34..77d5906 100644 --- a/tox.ini +++ b/tox.ini @@ -32,11 +32,10 @@ commands = {posargs} commands = ./coverage.sh {posargs} [flake8] -# H803 skipped on purpose per list discussion. # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H803 +ignore = E123,E125 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build