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: Ieb4a5aac33b69f4cd7a4c0761836cb6bee087430
This commit is contained in:
ChangBo Guo(gcb) 2016-05-11 19:19:00 +08:00
parent 6bae2be9ba
commit 45cf9f0a9e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_concurre
[flake8]
show-source = True
ignore = H405
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[hacking]
import_exceptions =