From 6c5ddc816415a60e6cc993440d31e0d29bc24031 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 2 Dec 2024 00:21:11 -0500 Subject: [PATCH 1/2] chore(pre-commit-config.yaml): update typos to v1.28.1 - Update the `typos` hook in the `.pre-commit-config.yaml` file - Change the `rev` value from `v1.26.0` to `v1.28.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 d7f44bc..e6e0ba9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,6 +57,6 @@ repos: pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: v1.26.0 + rev: v1.28.1 hooks: - id: typos From 073013370945d049122b5710950e941b6ca61f75 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Wed, 16 Apr 2025 23:08:59 -0400 Subject: [PATCH 2/2] chore(pre-commit): update typos hook version - Updated the version of the typos hook from v1.28.1 to v1. - This change simplifies the versioning to the latest release. - Ensures that we are using the most recent features and fixes available. --- .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 e6e0ba9..249e430 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,6 +57,6 @@ repos: pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: v1.28.1 + rev: v1 hooks: - id: typos