🚨 auto fix by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2025-07-11 14:41:36 +00:00
parent c1368ab4ac
commit b86f7324ce

View File

@ -46,7 +46,7 @@ def _handle_config(plugin: Plugin, exists_module: list[str]):
reg_config.value,
help=reg_config.help,
default_value=reg_config.default_value,
type=reg_config.type, # type: ignore
type=reg_config.type, # type: ignore
arg_parser=reg_config.arg_parser,
_override=False,
)