Setup flake8 like other OpenStack projects

Change-Id: I67e4d78f879928eef8c4f7577d74d288b4757c80
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-12-08 15:55:08 -05:00
parent aba16b0627
commit 7d79d724ed

View File

@ -34,3 +34,11 @@ commands = flake8
[testenv:venv]
commands = {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build