From 04b29cdc5153ca9828c9bc7e409de673caaca633 Mon Sep 17 00:00:00 2001 From: judgment-release-bot <219946635+judgment-release-bot@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:30:38 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 023a8e01..17e8443a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.7 + rev: 0.9.16 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.14.8 hooks: - id: ruff name: ruff (linter) @@ -14,7 +14,7 @@ repos: name: ruff (formatter) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.0 hooks: - id: mypy language: system