H803 hacking have been deprecated
H803 hacking have been removed. https://github.com/openstack-dev/hacking/blob/master/setup.cfg Closes-Bug: #1650742 Change-Id: I3d0a5fd4c797c2d275eb0782f25ba7a768354853
This commit is contained in:
parent
f0c39c1f2a
commit
c8f2e82bab
3
tox.ini
3
tox.ini
@ -37,11 +37,10 @@ commands = {toxinidir}/manage.py test designatedashboard --settings=designatedas
|
||||
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,releasenotes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user