From 3b83d968bff99b536bdd4a58d75178207e25f100 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:15:48 +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/ruff-pre-commit: v0.14.13 → v0.15.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.13...v0.15.5) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](https://github.com/abravalheri/validate-pyproject/compare/v0.24.1...v0.25) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.11](https://github.com/rhysd/actionlint/compare/v1.7.10...v1.7.11) - [github.com/zizmorcore/zizmor-pre-commit: v1.21.0 → v1.23.1](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.21.0...v1.23.1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ac3a6d..5e0c23a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: pretty-format-json args: [--no-sort-keys, --autofix, --no-ensure-ascii] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.13 + rev: v0.15.5 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -36,7 +36,7 @@ repos: hooks: - id: toml-sort-fix - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.24.1 + rev: v0.25 hooks: - id: validate-pyproject - repo: https://github.com/executablebooks/mdformat @@ -46,16 +46,16 @@ repos: additional_dependencies: - mdformat-gfm==1.0.0 - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.11 hooks: - id: actionlint - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.21.0 + rev: v1.23.1 hooks: - id: zizmor