From bcad3737e822d4964dc8f3ca02616387759382eb Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 6 Aug 2013 09:47:53 +1200 Subject: [PATCH] Blacklist H803 H803 isn't supported by community consensus. Blacklist it to avoid breaking folk's muscle memory. Change-Id: I8eea9eb2562e12136018e762c8a5e23527fcf48f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cd615f23e..9f1bf3706 100644 --- a/tox.ini +++ b/tox.ini @@ -26,6 +26,6 @@ commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi' downloadcache = ~/cache/pip [flake8] -ignore = E125 +ignore = E125,H803 builtins = _ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build