diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 629fe5d..b01dd1f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,12 +19,12 @@ repos: - id: check-docstring-first - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.9 + rev: v0.11.6 hooks: - id: ruff - id: ruff-format - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.4.1 + rev: v1.6.0 hooks: - id: zizmor diff --git a/src/poetry_plugin_bundle/plugin.py b/src/poetry_plugin_bundle/plugin.py index b001892..d51fae8 100644 --- a/src/poetry_plugin_bundle/plugin.py +++ b/src/poetry_plugin_bundle/plugin.py @@ -36,7 +36,7 @@ def configure_bundle_commands( BundleCommand, ) - command: BundleCommand = cast(BundleCommand, event.command) + command: BundleCommand = cast("BundleCommand", event.command) if not isinstance(command, BundleCommand): return