From b854ac4ef285b9f464e9ff67b790ce701f7b36e8 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Mon, 6 Oct 2014 16:49:54 +0000 Subject: [PATCH] Ignore H803 for flake8 Change-Id: I10f116f708b9ae115f4099c6b5df8c975c92cb3a --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2146970..031b3cf 100644 --- a/tox.ini +++ b/tox.ini @@ -21,3 +21,4 @@ commands = mkdir -p ical [flake8] show-source = True exclude = .venv,.tox,dist,doc,*.egg +ignore = H803