H402 hacking have been deprecated
H402 hacking have been removed since hacking 0.10. https://github.com/openstack-dev/hacking/blob/master/setup.cfg. So removed H402 ignore statement. Change-Id: Ifcbe0ee9b5f25d88ff1eed8b884ca362e3f0a7e0
This commit is contained in:
parent
c47cfaa6c7
commit
86a84dd2fe
3
tox.ini
3
tox.ini
@ -33,12 +33,11 @@ commands = python setup.py build_sphinx
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126
|
# E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126
|
||||||
# H402 skipped because some docstrings aren't sentences
|
|
||||||
# E123 skipped because it is ignored by default in the default pep8
|
# E123 skipped because it is ignored by default in the default pep8
|
||||||
# E129 skipped because it is too limiting when combined with other rules
|
# E129 skipped because it is too limiting when combined with other rules
|
||||||
# H305 skipped because it is inconsistent between python versions
|
# H305 skipped because it is inconsistent between python versions
|
||||||
# E711 skipped because sqlalchemy filter() requires using == instead of is
|
# E711 skipped because sqlalchemy filter() requires using == instead of is
|
||||||
ignore = E125,H402,E123,E129,H305,E711
|
ignore = E125,E123,E129,H305,E711
|
||||||
exclude = .venv,.git,.tox,dist,doc,*egg,build,releasenotes
|
exclude = .venv,.git,.tox,dist,doc,*egg,build,releasenotes
|
||||||
|
|
||||||
[testenv:generate_samples]
|
[testenv:generate_samples]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user