Ignore hacking warnings

Some of us have hacking installed global, which means nodepool flake8
produces a lot of spurious warnings. Suppress them.

Change-Id: Ie869a92fa423dc022c5c37c102f5a9071ccaf1b0
This commit is contained in:
Monty Taylor 2013-09-13 07:17:17 -05:00
parent c21d5b4328
commit 6f2168ffca
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ commands =
commands = {posargs}
[flake8]
ignore = E123,E125
ignore = E123,E125,H
show-source = True
exclude = .venv,.tox,dist,doc,build,*.egg