From 9c3cf931589fd339cc420b3e2701590d7c6b8c32 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:47:57 +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/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.1...v0.13.3) - [github.com/biomejs/pre-commit: v0.6.1 → v2.2.5](https://github.com/biomejs/pre-commit/compare/v0.6.1...v2.2.5) - [github.com/codespell-project/codespell: v2.2.5 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.4.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.18.2) --- .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 0e59111..68ecc13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: "3.12" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v6.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -16,14 +16,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.1" + rev: "v0.13.3" hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: "v0.6.1" + rev: "v2.2.5" hooks: - id: biome-format additional_dependencies: ["@biomejs/biome@2.1.1"] @@ -37,12 +37,12 @@ repos: additional_dependencies: ["rstcheck[sphinx,toml]"] - repo: https://github.com/codespell-project/codespell - rev: "v2.2.5" + rev: "v2.4.1" hooks: - id: codespell - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.5.1" + rev: "v1.18.2" hooks: - id: mypy exclude: (tests/)