Merge "Delete openstack/common from the exclude list of flake8 in tox"

This commit is contained in:
Jenkins 2016-08-10 15:03:04 +00:00 committed by Gerrit Code Review
commit 1b7673a7d3
1 changed files with 1 additions and 1 deletions

View File

@ -60,4 +60,4 @@ show-source = True
# E123, E125 skipped as they are invalid PEP-8.
# H405 multi line docstring summary not separated with an empty line
ignore = E123,E125,H405
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject,tools
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools