From d4357f5eaab020988368644dcdaf1f662b85bb83 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:48:04 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/crate-ci/typos: v1.15.0 → typos-dict-v0.10.1](https://github.com/crate-ci/typos/compare/v1.15.0...typos-dict-v0.10.1) --- .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 a33edd0..db130f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - prettier - prettier-plugin-go-template - repo: https://github.com/crate-ci/typos - rev: v1.15.0 + rev: typos-dict-v0.10.1 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347