From 5e51e21fa99e82192aa959ea65ef3877dcff1dbe Mon Sep 17 00:00:00 2001 From: xhzhf Date: Sat, 17 Dec 2016 18:53:06 +0800 Subject: [PATCH] H803 have been deprecated H803 hacking have been removed. https://github.com/openstack-dev/hacking/blob/master/setup.cfg Closes-Bug: #1650734 Change-Id: I40277c75785660893f44ff327e25819da5169881 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 3d0a6f55..68357797 100644 --- a/tox.ini +++ b/tox.ini @@ -39,9 +39,7 @@ commands = {posargs} commands = python setup.py build_sphinx [flake8] -# H803 skipped on purpose per list discussion. show-source = True -ignore = H803 builtins = _ exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build,*autogenerate_config_docs/venv,*autogenerate_config_docs/sources # 28 is currently the most complex thing we have