From 0e107ca7aa9fcfc3ad2a33e701d81724d7eddac0 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 6 Aug 2013 09:57:26 +1200 Subject: [PATCH] Ignore H803 checks from flake8 H803 isn't supported by community consensus. Blacklist it. Change-Id: I50f3d545f694827507ffd238f41a38c0b12e3a59 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c4c39c7..5c98822 100644 --- a/tox.ini +++ b/tox.ini @@ -27,5 +27,6 @@ commands = commands = {posargs} [flake8] +ignore = H803 exclude = .venv,.tox,dist,doc,*.egg,./os_collect_config/openstack/* show-source = true