From ea680e1d778cadb3574b52f279089a3af3ce9392 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:23:08 +0000 Subject: [PATCH] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/rbubley/mirrors-prettier: v3.9.4 → v3.9.5](https://github.com/rbubley/mirrors-prettier/compare/v3.9.4...v3.9.5) - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.15.22](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.15.22) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) - [github.com/henryiii/validate-pyproject-schema-store: 2026.07.06 → 2026.07.20](https://github.com/henryiii/validate-pyproject-schema-store/compare/2026.07.06...2026.07.20) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0cd69a0..7522cdb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,14 +33,14 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.9.4" + rev: "v3.9.5" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.20" + rev: "v0.15.22" hooks: # Run the linter - id: ruff-check @@ -59,7 +59,7 @@ repos: # - pytest - repo: https://github.com/codespell-project/codespell - rev: "v2.4.2" + rev: "v2.4.3" hooks: - id: codespell args: ["--quiet-level 3"] @@ -78,7 +78,7 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: "2026.07.06" + rev: "2026.07.20" hooks: - id: validate-pyproject