Ignore some more pep8 errors

These match our other python projects.

Change-Id: Idbbea0934b58401fa72e5a5a2933680bf75358e8
This commit is contained in:
James E. Blair 2017-10-21 10:01:02 -07:00
parent 4adbecad99
commit 8ab1b33f82
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ commands =
[flake8]
show-source = True
exclude = .tox,.test
ignore = E125,H
# These are ignored intentionally in openstack-infra projects;
# please don't submit patches that solely correct them or enable them.
ignore = E125,E129,E402,H,W503
[testenv:grafyaml]
basepython = python2.7