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: I2ba6b00aa2a968ffb53d1061f895a593ea57a063
This commit is contained in:
gengchc2 2016-12-04 13:04:50 +08:00
parent fc7b7cf46d
commit b2c3a3afdd
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ commands = python setup.py build_sphinx
commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
ignore = E125,H202,H302,H803
ignore = E125,H202,H803
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,conf.py