Ignore E125 and H flake8 violations.

Change-Id: Ib0d2c8c07abca53f3fdcd0734d571d1f35b41214
diff --git a/tox.ini b/tox.ini
index 47067e0..925577c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,5 +16,7 @@
 commands = {posargs}
 
 [flake8]
+# E125 and H are intentionally ignored
+ignore = E125,H
 show-source = True
 exclude = .venv,.tox,dist,doc,build,*.egg