Ignore E126.
Change-Id: I61abeba1dc987569e23bbfb5ab45c55e42916313
This commit is contained in:
parent
98d4a78c16
commit
3bee82ad3f
5
tox.ini
5
tox.ini
@ -26,6 +26,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = E123,E125,H803
|
# E126: from PEP8 upstream, 'most folk agree that its bad'.
|
||||||
|
ignore = E123,E125,E126,H803
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||||
|
Loading…
Reference in New Issue
Block a user