From af92828e12d45675fa89d7f4c09cbd6ce64a8673 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Sun, 4 Dec 2016 11:23:54 +0800 Subject: [PATCH] Delete deprecated Hacking in tox.ini Some hacking have been removed,so we can delete them. More details: https://github.com/openstack-dev/hacking/blob/master/setup.cfg Change-Id: I67d084f670352956c2656daa62ddef91717b1da0 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index dab659f9..1aaf1d03 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