Updates one line docstring with dot to pass H402
Updates one line docstring with dot to pass H402. Removes H402 from ignore setting in tox.ini. Change-Id: Ibb4f16cbb3bb453456b579e0fafbd3f4c4e60aff
This commit is contained in:
parent
a3ca010d0a
commit
0996c5d016
@ -17,7 +17,7 @@ MIGRATION_NAMESPACE = 'oslo.db.migration'
|
||||
|
||||
|
||||
def check_plugin_enabled(ext):
|
||||
"""Used for EnabledExtensionManager"""
|
||||
"""Used for EnabledExtensionManager."""
|
||||
return ext.obj.enabled
|
||||
|
||||
|
||||
|
2
tox.ini
2
tox.ini
@ -45,7 +45,7 @@ commands =
|
||||
# see https://bugs.launchpad.net/hacking/+bug/1329363
|
||||
|
||||
show-source = True
|
||||
ignore = E123,E125,E128,E265,H305,H307,H402,H405,H703,H803,H904
|
||||
ignore = E123,E125,E128,E265,H305,H307,H405,H703,H803,H904
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user