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
This commit is contained in:
gengchc2 2016-12-04 11:39:23 +08:00
parent 051b7dcc53
commit 007a651554
1 changed files with 1 additions and 2 deletions

View File

@ -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