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: I4a67924abd28f2bd2f206b669c77388df9a5bb5a
This commit is contained in:
gengchc2 2016-12-04 13:00:18 +08:00
parent 1aaa720149
commit 014c2b5756
1 changed files with 1 additions and 2 deletions

View File

@ -36,10 +36,9 @@ commands =
[flake8]
max-complexity = 30
# TODO: ignored checks should be enabled in the future
# H302 import only modules
# H904 Wrap long lines in parentheses instead of a backslash (DEPRECATED)
# H405 Multiline docstring separated by empty line
# E402 module level import not at top of file FIXME remove this
ignore = H302,H904,H405,E402
ignore = H904,H405,E402
show-source = True
exclude=.venv,.git,.tox,dist,*egg,build