From 5db2a3c8b66c09915d5fcb534db650553859ad3f Mon Sep 17 00:00:00 2001 From: Florian <40308458+rwxd@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:10:50 +0100 Subject: [PATCH] chore(pre-commit): removed go mod tidy hook, because of errors after merging renovate pr's --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9393b33..5b6a747 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,5 +20,4 @@ repos: hooks: - id: go-fmt - id: go-vet - - id: go-mod-tidy - id: go-build