From e812aa32b64a830e841b11722abbda311f01137b Mon Sep 17 00:00:00 2001 From: SkafteNicki <24896311+SkafteNicki@users.noreply.github.com> Date: Sun, 28 Jun 2026 04:39:52 +0000 Subject: [PATCH] Auto-update pre-commit hooks --- .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 392322716..0735c0441 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: detect-private-key - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.13 + rev: v0.15.20 hooks: - id: ruff args: ["--fix", "--unsafe-fixes"] @@ -22,14 +22,14 @@ repos: - id: ruff - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: [tomli] exclude: pyproject.toml - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.49.0 hooks: - id: markdownlint args: ["-c", ".github/markdownlint.json"] @@ -40,12 +40,12 @@ repos: - id: typos - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.11.1 + rev: v2.25.1 hooks: - id: pyproject-fmt additional_dependencies: [tox] - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.24.1 + rev: v0.25 hooks: - id: validate-pyproject