From 368748ac520ee194aef4d252b9f5f336e5b76240 Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Sun, 18 May 2025 08:04:49 +0100 Subject: [PATCH] GHA CI: Bump spellcheck related hooks revs * Bumped `codespell` -> `2.4.1` * Bumped `typos` -> `1.32.0` PR #22709. --- .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 4ab414b05..26852b0d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: - ts - repo: https://github.com/codespell-project/codespell.git - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell name: Check spelling (codespell) @@ -88,7 +88,7 @@ repos: - ts - repo: https://github.com/crate-ci/typos.git - rev: v1.29.4 + rev: v1.32.0 hooks: - id: typos name: Check spelling (typos)