From 9c261fb60dfc4e438f956d6d1cc6a3f0605c749d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 22 Oct 2024 16:45:30 -0500 Subject: [PATCH] chore(ci): Update typos --- .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 88512496..aac1d2cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: detect-private-key stages: [commit] - repo: https://github.com/crate-ci/typos - rev: v1.16.20 + rev: v1.26.0 hooks: - id: typos stages: [commit]