aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxhzhf <guoyongxhzhf@163.com>2016-12-21 22:45:26 +0800
committerxhzhf <guoyongxhzhf@163.com>2016-12-21 22:47:59 +0800
commit4170e3fc564f2bb2907018803fcf72a47a79daa0 (patch)
treec6e512564a540cbfb0b4aa655d82b043c74eb876
parentd621022954195049c96b19064f2eddd46ec95fe4 (diff)
H803 hacking have been deprecated
H803 hacking have been removed. https://github.com/openstack-dev/hacking/blob/master/setup.cfg Closes-Bug: #1650741 Change-Id: I915f80e1ef5a04f627fae9d60644b191e9e1cbed
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 5b6ac5d..e5a66e9 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