From d167ba9f19efad8145b43e6f83b1bb510ce48530 Mon Sep 17 00:00:00 2001 From: Kris Hicks Date: Tue, 4 Aug 2026 07:54:37 -0700 Subject: [PATCH] feat(mise): run fmt as part of pre-commit Signed-off-by: Kris Hicks --- tasks/ci.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ci.toml b/tasks/ci.toml index 954656ca07..a3ed236ae2 100644 --- a/tasks/ci.toml +++ b/tasks/ci.toml @@ -65,5 +65,5 @@ hide = true ["pre-commit"] description = "Run lint, formatting, and license checks" -depends = ["lint"] +depends = ["fmt", "lint"] hide = true