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

This commit is contained in:
Jenkins 2016-11-30 00:25:52 +00:00 committed by Gerrit Code Review
commit 2867dedc6d
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ max-line-length = 120
# H405 multi line docstring summary not separated with an empty line
# H904 Wrap long lines in parentheses instead of a backslash
ignore = F821,H405,H904,E126,E125,H306,E302,E122
exclude=.venv,.git,.tox,dist,*openstack/common*,*egg,build
exclude=.venv,.git,.tox,dist,*egg,build