From 4c029fc683befc0fc283672a207d91f266bfd7dd Mon Sep 17 00:00:00 2001 From: 9seconds Date: Mon, 16 Feb 2026 19:20:12 +0100 Subject: [PATCH] Use gofumpt from github --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise.toml b/.mise.toml index ae1e51a..2c16429 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,6 +1,7 @@ [tools] go = "latest" "go:golang.org/x/tools/gopls" = "latest" +"go:mvdan.cc/gofumpt" = "latest" [vars] fuzzflags = "-fuzztime=120s" @@ -96,6 +97,5 @@ run = "pkgsite -http 0.0.0.0:10000" [tasks.fmt] description = "Reformat source code" -tools.gofumpt = "latest" sources = ["**/*.go"] run = "gofumpt -w --extra ."