Merge "Ignore E129"

This commit is contained in:
Jenkins 2016-11-08 23:00:38 +00:00 committed by Gerrit Code Review
commit 640e0785da
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ commands = {posargs}
[flake8]
exclude = .venv,.tox,dist,doc,*.egg
show-source = true
# E123, E125, and H ignored intentionally in this code-base
ignore = E123,E125,H
# E123, E125, E129 and H ignored intentionally in this code-base
ignore = E123,E125,E129,H
[testenv:docs]
commands = python setup.py build_sphinx