From c72ec8403091e58e57f46017b5e23106f9956b38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 04:44:10 +0000 Subject: [PATCH] chore(pre-commit): update crate-ci/typos to v1.17.0 --- .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 eaabf97..022466f 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.16.1 + rev: v1.17.0 hooks: - id: typos # TODO: to .typos.toml, https://github.com/crate-ci/typos/issues/347