From a2e34a0eb81cda074dffb5d193fdcc3f7bd47ed7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:46:04 +0000 Subject: [PATCH] chore: update dependency prek to v0.4.3 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index e2b2894..8fb4978 100644 --- a/mise.toml +++ b/mise.toml @@ -4,7 +4,7 @@ install_before = "5d" [tools] go = "1.26.3" golangci-lint = "2.12.2" -prek = "0.4.2" +prek = "0.4.3" [tasks.test] run = "go test ./... -coverprofile=coverage.out -covermode=count -count=1"