From 9052944ab56c31673a6fabf7737c83a74d350cf8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:30:52 +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/astral-sh/ruff-pre-commit: v0.15.13 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.13...v0.15.20) - [github.com/crate-ci/typos: v1.48.0 → v1](https://github.com/crate-ci/typos/compare/v1.48.0...v1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a09e60834..f81414808 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.15.20 hooks: - id: ruff-check args: @@ -27,7 +27,7 @@ repos: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/crate-ci/typos - rev: v1.48.0 + rev: v1 hooks: - id: typos args: []