From 2656f3f259eaa7dea9c6e815be27f42f4431e48d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:09:43 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/uv-pre-commit: 0.9.15 → 0.9.21](https://github.com/astral-sh/uv-pre-commit/compare/0.9.15...0.9.21) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.8...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.0...v1.19.1) - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.35.0...0.36.0) - [github.com/rhysd/actionlint: v1.7.9 → v1.7.10](https://github.com/rhysd/actionlint/compare/v1.7.9...v1.7.10) - [github.com/adhtruong/mirrors-typos: v1.40.0 → v1.41.0](https://github.com/adhtruong/mirrors-typos/compare/v1.40.0...v1.41.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3aa5c6c..2ecd19a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,7 +63,7 @@ repos: - id: sync-pre-commit-deps args: [--yaml-mapping, '2', --yaml-sequence, '4', --yaml-offset, '2'] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.15 + rev: 0.9.21 hooks: - id: uv-lock @@ -116,7 +116,7 @@ repos: - id: blacken-docs additional_dependencies: [black==25.12.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.14.10 hooks: - id: ruff-check alias: ruff-isort @@ -124,7 +124,7 @@ repos: args: [--select, I001, --fix] - id: ruff-check - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.0 + rev: v1.19.1 hooks: - id: mypy name: mypy (without imports) @@ -137,14 +137,14 @@ repos: - id: validate-pyproject additional_dependencies: ['validate-pyproject-schema-store[all]'] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.35.0 + rev: 0.36.0 hooks: - id: check-dependabot - id: check-github-actions - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/rhysd/actionlint - rev: v1.7.9 + rev: v1.7.10 hooks: - id: actionlint @@ -156,7 +156,7 @@ repos: # spell checks - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.40.0 + rev: v1.41.0 hooks: - id: typos - repo: https://github.com/codespell-project/codespell