From 5116d567e4ea1c4e03cdc38eb0c9dcad79730c8d Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 9 Feb 2024 22:07:27 -0500 Subject: [PATCH 1/2] chore: update pre-commit-hooks in .pre-commit-config.yaml --- .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 6cc8f0a..071b387 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer From 13f08c86c1ad775e0e67f3cdabdc07669914250e Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sat, 10 Feb 2024 22:59:21 -0500 Subject: [PATCH 2/2] chore: update pre-commit-golang in .pre-commit-config.yaml --- .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 071b387..d3e05b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/dnephin/pre-commit-golang - rev: v0.5.0 + rev: v0.5.1 hooks: - id: go-fmt - id: go-imports