From 383a83beca0f781f7e0ec639d979007fdfec721f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:16:54 +0000 Subject: [PATCH] chore: 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.26.8 → v1.27.0](https://github.com/crate-ci/typos/compare/v1.26.8...v1.27.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 a2ffe44..3c6d306 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: check-yaml - id: mixed-line-ending - repo: https://github.com/crate-ci/typos - rev: v1.26.8 + rev: v1.27.0 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347