From 007a6515549a0b3600878d2da15e6def144a0c94 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Sun, 4 Dec 2016 11:39:23 +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: Ibf373814f583d90d03130188976d805479d0c320 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 209683e7..5ee2a728 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