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: I39e18aa0b1226979652dff23968de29277f3bfda
This commit is contained in:
gengchc2 2016-12-04 12:25:19 +08:00
parent adcb9df08f
commit 781f73ddfa
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ install_command = pip install -U {opts} {packages}
commands = {posargs}
[flake8]
ignore = F821,H201,H302,H404,H405
ignore = F821,H201,H404,H405
max-complexity = 50
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,build