Ignore E125 and H flake8 violations.

Change-Id: Ib0d2c8c07abca53f3fdcd0734d571d1f35b41214
This commit is contained in:
James E. Blair 2013-12-03 10:19:04 -08:00
parent b04e7e4efe
commit 5257eb0345
1 changed files with 2 additions and 0 deletions

View File

@ -16,5 +16,7 @@ commands = flake8
commands = {posargs}
[flake8]
# E125 and H are intentionally ignored
ignore = E125,H
show-source = True
exclude = .venv,.tox,dist,doc,build,*.egg