From c8864990319e7065f42388ab6a821936d38bf050 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 21:14:26 +0000 Subject: [PATCH] ci(pre-commit.ci): autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/adhtruong/mirrors-typos: v1.47.2 → v1.48.0](https://github.com/adhtruong/mirrors-typos/compare/v1.47.2...v1.48.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.19 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.19...v0.15.20) --- .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 13ff634..6c856a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,13 +10,13 @@ repos: - id: validate-pyproject - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.47.2 + rev: v1.48.0 hooks: - id: typos args: [--force-exclude] # omitting --write-changes - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.19 + rev: v0.15.20 hooks: - id: ruff-check - id: ruff-format