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:
parent
fc7b7cf46d
commit
b2c3a3afdd
2
tox.ini
2
tox.ini
@ -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
|
commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E125,H202,H302,H803
|
ignore = E125,H202,H803
|
||||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,conf.py
|
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,conf.py
|
||||||
|
Loading…
Reference in New Issue
Block a user