Skip to content

Commit d31c272

Browse files
[pre-commit.ci] pre-commit autoupdate (#145)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.6](astral-sh/[email protected]) - [github.com/woodruffw/zizmor-pre-commit: v1.4.1 → v1.6.0](woodruffw/[email protected])
1 parent 14d499b commit d31c272

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
- id: check-docstring-first
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.9.9
22+
rev: v0.11.6
2323
hooks:
2424
- id: ruff
2525
- id: ruff-format
2626

2727
- repo: https://github.com/woodruffw/zizmor-pre-commit
28-
rev: v1.4.1
28+
rev: v1.6.0
2929
hooks:
3030
- id: zizmor

src/poetry_plugin_bundle/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def configure_bundle_commands(
3636
BundleCommand,
3737
)
3838

39-
command: BundleCommand = cast(BundleCommand, event.command)
39+
command: BundleCommand = cast("BundleCommand", event.command)
4040
if not isinstance(command, BundleCommand):
4141
return
4242

0 commit comments

Comments
 (0)