From b9883d072f81cf62ba1c6aaf4ae79529b619db41 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 21:23:41 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/crate-ci/typos: v1.34.0 → v1](https://github.com/crate-ci/typos/compare/v1.34.0...v1) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.4...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.17.0...v1.18.2) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.6.0...v2.7.0) --- .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 65a0125..caaff2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -23,7 +23,7 @@ repos: - id: detect-private-key - repo: https://github.com/crate-ci/typos - rev: v1.34.0 + rev: v1 hooks: - id: typos # empty to do not write fixes @@ -55,7 +55,7 @@ repos: args: ["--print-width=79"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.4 + rev: v0.13.3 hooks: # use black formatting - id: ruff-format @@ -67,13 +67,13 @@ repos: # it needs to be after formatting hooks because the lines might be changed - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.0 + rev: v1.18.2 hooks: - id: mypy files: "src/.*" - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.6.0 + rev: v2.7.0 hooks: - id: pyproject-fmt additional_dependencies: [tox]