summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-13 14:11:29 +0000
committerGerrit Code Review <review@openstack.org>2014-08-13 14:11:29 +0000
commit04a26eba7b3a327bf74c31a509b7a129f38114fb (patch)
tree656ff915b690be8b5e2f9cff368f560867ea5260
parent9537fa2023cac841b4094b54302a01de6eafcf04 (diff)
parentdd1d6d12ed8436bd9464bdce4d4a368ec17043c6 (diff)
downloadoslo-messaging-04a26eba7b3a327bf74c31a509b7a129f38114fb.tar.gz
Merge "Enable PEP8 check E714"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6832ed2..24a10bb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ commands = python setup.py build_sphinx
[flake8]
show-source = True
-ignore = E714,H237,H402,H405,H904
+ignore = H237,H402,H405,H904
exclude = .tox,dist,doc,*.egg,build,__init__.py
builtins = _