Merge "Drop *openstack/common* in flake8 exclude list"

This commit is contained in:
Jenkins 2016-11-16 09:43:07 +00:00 committed by Gerrit Code Review
commit e070c4a135

View File

@ -39,7 +39,7 @@ commands = oslo_debug_helper {posargs}
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[testenv:releasenotes]