From 9623c693a55a721a35b60ae1ee3111790a5940d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:47:24 +0000 Subject: [PATCH] fix(github-release): update pre-commit hook crate-ci/typos to v1.28.2 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8ba6333..55bdcdc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -124,7 +124,7 @@ repos: ### in order for typos pre-commit hook to read it. ### In this case, comment out this block until ".typos.toml" has been committed successfully - repo: https://github.com/crate-ci/typos - rev: "v1.28.0" + rev: "v1.28.2" hooks: - id: typos name: Spellcheck with Typos