pep8: ignore E124 rule
This change import last code syntax rule from nodepool
Change-Id: I9d06825dc789e1a595490fb0cc5a0d6d6338247c
diff --git a/tox.ini b/tox.ini
index 5efc4c0..436de6e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,6 +49,6 @@
[flake8]
# These are ignored intentionally in openstack-infra projects;
# please don't submit patches that solely correct them or enable them.
-ignore = E125,E129,E402,E741,H,W503
+ignore = E124,E125,E129,E402,E741,H,W503
show-source = True
exclude = .venv,.tox,dist,doc,build,*.egg