From 8f319f49d37bc7ef8dc954a1cb7b16830e11fb06 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:19:42 +0000 Subject: [PATCH 1/2] [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.29 → 0.11.3](https://github.com/astral-sh/uv-pre-commit/compare/0.9.29...0.11.3) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.6.0 → 3.6.1](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.6.0...3.6.1) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/26.1.0...26.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.1...v1.20.0) - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.37.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.36.1...0.37.1) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.12](https://github.com/rhysd/actionlint/compare/v1.7.10...v1.7.12) - [github.com/adhtruong/mirrors-typos: v1.43.0 → v1.45.0](https://github.com/adhtruong/mirrors-typos/compare/v1.43.0...v1.45.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0425dc6..b46ff21 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.29 + rev: 0.11.3 hooks: - id: uv-lock @@ -82,7 +82,7 @@ repos: hooks: - id: forbid-tabs - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.0 + rev: 3.6.1 hooks: - id: editorconfig-checker exclude_types: [jupyter] @@ -107,7 +107,7 @@ repos: # python formatting and linting - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.1 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs @@ -116,7 +116,7 @@ repos: - id: blacken-docs additional_dependencies: [black==26.1.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.9 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.1 + rev: v1.20.0 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.36.1 + rev: 0.37.1 hooks: - id: check-dependabot - id: check-github-actions - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.12 hooks: - id: actionlint @@ -156,11 +156,11 @@ repos: # spell checks - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.43.0 + rev: v1.45.0 hooks: - id: typos - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell - repo: local From 49c9cbd5c9fcbce022628a85444366a81ed2433a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:21:35 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b46ff21..07a2a63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -114,7 +114,7 @@ repos: rev: 1.20.0 hooks: - id: blacken-docs - additional_dependencies: [black==26.1.0] + additional_dependencies: [black==26.3.1] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.15.9 hooks: