From ca9d85dd6421b319ee8490cc556e1fafa52e4f8b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:01:31 +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/codespell-project/codespell: v2.4.2 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.16.6) - [github.com/tox-dev/pyproject-fmt: v2.25.1 → v2.29.3](https://github.com/tox-dev/pyproject-fmt/compare/v2.25.1...v2.29.3) - [github.com/abravalheri/validate-pyproject: v0.25 → 0.26](https://github.com/abravalheri/validate-pyproject/compare/v0.25...0.26) --- .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 dddc1f51..edfd221b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,24 +50,24 @@ repos: - id: auto-walrus - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell # See pyproject.toml for args additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.16.6 hooks: - id: ruff-check # - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.25.1 + rev: v2.29.3 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.25 + rev: '0.26' hooks: - id: validate-pyproject