E128 really isn't sane.

Change-Id: If8492fdc61a756f2c39b3b560e8b7c174d755f2d
This commit is contained in:
Robert Collins 2013-11-27 08:57:23 +00:00
parent 44df331029
commit 4e4e5cb094
1 changed files with 2 additions and 1 deletions

View File

@ -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