Ignore some more pep8 errors
These match our other python projects. Change-Id: Idbbea0934b58401fa72e5a5a2933680bf75358e8
This commit is contained in:
parent
4adbecad99
commit
8ab1b33f82
4
tox.ini
4
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user