Merge "Trivial: clean up oslo-incubator related stuff"

This commit is contained in:
Jenkins 2016-08-03 12:50:11 +00:00 committed by Gerrit Code Review
commit 1c46db533e
2 changed files with 1 additions and 9 deletions

View File

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

View File

@ -63,7 +63,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
show-source = True
ignore = E123,E125,E126,E127,E128,E251,E265,H302,H402,H405,H803,H904,H404
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
max-complexity=30
[hacking]