Trivial: ignore openstack/common in flake8 exclude list

The directory openstack/common doesn't exist any more.
So remove it from flake8 exclude list.

Change-Id: I36cabd08d1e89b2f2e42ec7c97e9282c2dd8e36c
This commit is contained in:
ChangBo Guo(gcb)
2016-05-12 10:20:58 +08:00
parent 54fe0925e7
commit 0ae1810e1f
+1 -1
View File
@@ -34,7 +34,7 @@ commands = {posargs}
[flake8]
show-source = True
ignore = H405
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
[hacking]
import_exceptions = oslo_vmware._i18n