From 6e270194bae949104f96177680889794ab6f106f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:00:36 +0000 Subject: [PATCH] chore(pre-commit): update crate-ci/typos to v1.28.3 --- .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 55fa297..9dfd0dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: require_serial: true - repo: https://github.com/crate-ci/typos - rev: v1.27.3 + rev: v1.28.3 hooks: - id: typos # TODO: to .typos.toml, https://github.com/crate-ci/typos/issues/347