aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-15 02:35:24 +0000
committerGerrit Code Review <review@openstack.org>2017-03-15 02:35:24 +0000
commit7a65a0de1f3598e11a77bc15b110193d253215ec (patch)
treef584ab7b9d1b5c6e10ba80a50800d1a6b2957700
parent5f0145b88571b945b633f999c0d767ccefdce86b (diff)
parent4170e3fc564f2bb2907018803fcf72a47a79daa0 (diff)
Merge "H803 hacking have been deprecated"
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index efe01f4..451808c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,10 +25,9 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = python setup.py build_sphinx
[flake8]
-# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
-ignore = E123,E125,H803
+ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build