E128 really isn't sane.
Change-Id: If8492fdc61a756f2c39b3b560e8b7c174d755f2d
This commit is contained in:
parent
44df331029
commit
4e4e5cb094
3
tox.ini
3
tox.ini
@ -27,6 +27,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
[flake8]
|
||||
show-source = True
|
||||
# E126: from PEP8 upstream, 'most folk agree that its bad'.
|
||||
ignore = E123,E125,E126,H803
|
||||
# E128: like E126.
|
||||
ignore = E123,E125,E126,E128,H803
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
|
Loading…
x
Reference in New Issue
Block a user