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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user