From 1be292df7d62911b31caabc0f4bd3755c496f830 Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Thu, 23 Jan 2025 16:31:41 +0000 Subject: [PATCH] GHA CI: Bump numerous hook revs --- .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 991f054cd..fbf101d28 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.3.0 + rev: v2.4.0 hooks: - id: codespell name: Check spelling (codespell) @@ -88,7 +88,7 @@ repos: - ts - repo: https://github.com/crate-ci/typos.git - rev: v1.28.4 + rev: v1.29.4 hooks: - id: typos name: Check spelling (typos)