From b3883a6b9a170b2700c22de449499ccfa1bd3eec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:22:29 +0000 Subject: [PATCH] fix(github-release): update pre-commit hook crate-ci/typos to v1.26.8 --- .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 fc7717b..c8eebf0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -112,7 +112,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.26.0" + rev: "v1.26.8" hooks: - id: typos name: Spellcheck with Typos