From 1c1ed62867a77e696a00e6d9271a3af669a6689b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:23:35 +0000 Subject: [PATCH] chore(pre-commit): update crate-ci/typos to v1.16.12 --- .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 30d34e7..52c2f7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: require_serial: true - repo: https://github.com/crate-ci/typos - rev: v1.16.1 + rev: v1.16.12 hooks: - id: typos # TODO: to .typos.toml, https://github.com/crate-ci/typos/issues/347