From c1cbef64b580a7d21dfc13e631a4d52f23ac1997 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:10:18 +0000 Subject: [PATCH] chore(pre-commit): update crate-ci/typos to v1.16.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 9abaa79..61cfb41 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.3 hooks: - id: typos # TODO: to .typos.toml, https://github.com/crate-ci/typos/issues/347