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: I29f12404a275ea80a405472d860d01db470c3bcb
This commit is contained in:
gengchc2 2016-12-04 13:06:37 +08:00
parent 48ce7e0bbd
commit a2da78a356

View File

@ -28,8 +28,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
[flake8]
show-source = True
max-line-length = 120
# H302 Do not import objects, only modules
# H803 git commit title should not end with period
ignore = H302,H803
ignore = H803
builtins = _
exclude=.venv,.git,.tox,dist,client_api_example.py,*lib/python*,*egg,build