Don't include openstack/common in flake8 exclude list

And remove the configuration file.

Change-Id: I6320b0b2e75c518dcd13577b5f10ec3839094131
This commit is contained in:
Jeremy Liu 2016-11-14 21:41:12 +08:00
parent 6b2ea6e3e5
commit 97d25aecfc
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
[DEFAULT]
# The list of modules to copy from oslo-incubator.git
# The base module to hold the copy of openstack.common
base=cloudkittydashboard

View File

@ -33,4 +33,4 @@ commands = oslo_debug_helper {posargs}
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject