From 879dc4c81b37aeb8633a1a4edd952f8a8ba3d2c6 Mon Sep 17 00:00:00 2001 From: xhzhf Date: Sun, 18 Dec 2016 09:07:00 +0800 Subject: [PATCH] H803 hacking have been deprecated H803 hacking have been removed since hacking 0.10. https://github.com/openstack-dev/hacking/blob/master/setup.cfg test-requirements.txt require hacking hacking<0.12,>=0.11.0. So remove H803 ignore statement Closes-Bug: #1650847 Change-Id: I115c8d3236e857a6b5b54508d1b10cd93d6ee3b6 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6894a2d3..1d7960b9 100644 --- a/tox.ini +++ b/tox.ini @@ -43,11 +43,10 @@ commands = {posargs} [flake8] # E712 is ignored on purpose, since it is normal to use 'column == true' # in sqlalchemy. -# H803 skipped on purpose per list discussion. # TODO Hacking 0.6 checks to fix # H102 Apache 2.0 license header not found -ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H102,H303,H404,F403,F811,F841,H803 +ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H102,H303,H404,F403,F811,F841 exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,ec2api/tests/functional/obsolete max-complexity=25