From 4170e3fc564f2bb2907018803fcf72a47a79daa0 Mon Sep 17 00:00:00 2001 From: xhzhf Date: Wed, 21 Dec 2016 22:45:26 +0800 Subject: 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 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit 1.2.3-korg