Merge "Don't include openstack/common in flake8"

This commit is contained in:
Jenkins 2016-08-15 16:45:28 +00:00 committed by Gerrit Code Review
commit 0021c6fafa

View File

@ -51,4 +51,4 @@ show-source = True
# H405 multi line docstring summary not separated with an empty line # H405 multi line docstring summary not separated with an empty line
ignore = E123,E125,H405 ignore = E123,E125,H405
builtins = _ builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject,tools,releasenotes exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools,releasenotes