From 4d3e211fd33d95c7809e16acee3eefec76711c18 Mon Sep 17 00:00:00 2001 From: bronsen Date: Wed, 8 Apr 2026 23:48:15 +0200 Subject: [PATCH] mise: add just and ty Use all the tools! --- mise.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mise.toml b/mise.toml index cc420a6..144d4b6 100644 --- a/mise.toml +++ b/mise.toml @@ -5,8 +5,10 @@ PREK_COLOR = "never" [tools] difftastic = "latest" +just = "latest" markdownlint-cli2 = "latest" prek = "latest" python = "3.14" ruff = "latest" +ty = "latest" uv = "latest"