From 5257eb0345dd8a35f0c11076ecd0175af5bbee26 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 3 Dec 2013 10:19:04 -0800 Subject: [PATCH] Ignore E125 and H flake8 violations. Change-Id: Ib0d2c8c07abca53f3fdcd0734d571d1f35b41214 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 47067e0..925577c 100644 --- a/tox.ini +++ b/tox.ini @@ -16,5 +16,7 @@ commands = flake8 commands = {posargs} [flake8] +# E125 and H are intentionally ignored +ignore = E125,H show-source = True exclude = .venv,.tox,dist,doc,build,*.egg