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

This commit is contained in:
Jenkins 2016-11-14 10:08:07 +00:00 committed by Gerrit Code Review
commit 0cf96d429c

View File

@ -36,4 +36,4 @@ commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasen
[flake8]
ignore = E125,H202,H302,H803
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,conf.py
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,conf.py