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:
parent
48ce7e0bbd
commit
a2da78a356
3
tox.ini
3
tox.ini
@ -28,8 +28,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
|||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
# H302 Do not import objects, only modules
|
|
||||||
# H803 git commit title should not end with period
|
# H803 git commit title should not end with period
|
||||||
ignore = H302,H803
|
ignore = H803
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,client_api_example.py,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,client_api_example.py,*lib/python*,*egg,build
|
||||||
|
Loading…
Reference in New Issue
Block a user