Merge "Document E125 as a won't fix."
diff --git a/tox.ini b/tox.ini
index c068563..eb1ef4b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -78,6 +78,7 @@
 local-check-factory = tempest.hacking.checks.factory
 
 [flake8]
+# E125 is a won't fix until https://github.com/jcrocholl/pep8/issues/126 is resolved.  For further detail see https://review.openstack.org/#/c/36788/
 ignore = E125,H302,H404
 show-source = True
 exclude = .git,.venv,.tox,dist,doc,openstack,*egg