From 8309fa2e95d911ab34621cd8edcb2ddf793f06cf Mon Sep 17 00:00:00 2001 From: monchin <18521800+monchin@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:59:14 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d7a918c..8cd7d25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ repos: - id: ruff-format - repo: https://github.com/allganize/ty-pre-commit - rev: v0.0.55 + rev: v0.0.56 hooks: # Run the type checker. - id: ty-check exclude: .*test.*.py$ - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.24 + rev: v0.2.28 hooks: - id: rumdl-fmt # Auto-format (fixes what it can)