From 525387aa71241bb9fc27aef27d9f0cede7f1c776 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 23:36:06 +0000 Subject: [PATCH] chore(deps): 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 362ca27..9f16c9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff name: Lint with ruff @@ -35,7 +35,7 @@ repos: hooks: - id: typos - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.27 + rev: 0.11.28 hooks: - id: uv-lock name: Update uv lockfile @@ -43,7 +43,7 @@ repos: - --upgrade - id: uv-sync - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.2.0 hooks: - id: mypy name: Static type checking with mypy