Merge "Clear useless exclude from flake8 ignore in tox"

This commit is contained in:
Jenkins 2015-05-27 15:30:54 +00:00 committed by Gerrit Code Review
commit 35d7ff3d02

View File

@ -133,7 +133,7 @@ commands = bash -x {toxinidir}/setup-test-env-elastic.sh oslo_debug_helper {posa
[flake8]
ignore =
exclude=.venv,.git,.tox,dist,doc,./ceilometer/openstack/common,*lib/python*,*egg,nova_tests,build,tools/lintstack.head.py
exclude=.venv,.git,.tox,dist,doc,./ceilometer/openstack/common,*lib/python*,*egg,build
show-source = True
[hacking]