summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-08 23:00:38 +0000
committerGerrit Code Review <review@openstack.org>2016-11-08 23:00:38 +0000
commit640e0785da894be975f11ec8f966e3a30faaa134 (patch)
treea70260f892f2edbbc50d3609b5fa7b3ca6a3cc40
parenta74b8d50b8b8c14c97fc528c903fa59a8f555b58 (diff)
parentbb8a2ac0d9642303c9ed565b49675d08ace303db (diff)
downloadgear-640e0785da894be975f11ec8f966e3a30faaa134.tar.gz
Merge "Ignore E129"
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 93999c6..9feb228 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,8 +29,8 @@ commands = {posargs}
[flake8]
exclude = .venv,.tox,dist,doc,*.egg
show-source = true
-# E123, E125, and H ignored intentionally in this code-base
-ignore = E123,E125,H
+# E123, E125, E129 and H ignored intentionally in this code-base
+ignore = E123,E125,E129,H
[testenv:docs]
commands = python setup.py build_sphinx