H803 hacking have been deprecated
H803 hacking have been removed. https://github.com/openstack-dev/hacking/blob/master/setup.cfg Change-Id: Icc441795a6aa2587372154f5d69e302236693348 Closes-Bug: #1650741
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -29,10 +29,9 @@ commands =
|
||||
commands = python setup.py build_sphinx
|
||||
|
||||
[flake8]
|
||||
# H803 skipped on purpose per list discussion.
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
|
||||
show-source = True
|
||||
ignore = E123,E125,H803
|
||||
ignore = E123,E125
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
|
||||
Reference in New Issue
Block a user