From 99ac3b09a8e5d29b128f452c0a46393d5aeabf83 Mon Sep 17 00:00:00 2001 From: xhzhf Date: Wed, 4 Jan 2017 18:11:47 +0800 Subject: [PATCH] H402 hacking have been deprecated H402 hacking have been removed since hacking 0.10. https://github.com/openstack-dev/hacking/blob/master/setup.cfg test-requirements of kuryr-libnetwork require hacking <0.11,>=0.10.0. So remove H402 ignore statement Closes-Bug: #1654117 Change-Id: I72c8321c62692d86c8a4b1b3b705440d97d124ef --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 75fa3597..9624c683 100644 --- a/tox.ini +++ b/tox.ini @@ -56,9 +56,8 @@ commands = python setup.py build_sphinx # E128 continuation line under-indented for visual indent # E129 visually indented line with same indent as next logical line # E265 block comment should start with '# ' -# H402 one line docstring needs punctuation # N530 direct neutron imports not allowed -ignore = E125,E126,E128,E129,E265,H301,H402,N530 +ignore = E125,E126,E128,E129,E265,H301,N530 show-source = true exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,.ropeproject,rally-scenarios