From 12eab01c550fdf098328920b1c2f8a409087bd22 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 5 Feb 2026 21:10:19 -0800 Subject: [PATCH] Add pre-commit to mise.toml project tools Co-Authored-By: Claude Opus 4.6 --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index 2861f91..2ce6646 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,4 @@ [tools] "pipx:ansible-core" = { version = "latest", uvx = "true", uvx_args = "--with botocore --with boto3" } +"pipx:pre-commit" = { version = "latest", uvx = "true" } pulumi = "latest"