From 3a4137e7064c3667cd947aad50bbe6f5d11521bf Mon Sep 17 00:00:00 2001 From: bronsen Date: Fri, 20 Feb 2026 21:23:08 +0100 Subject: [PATCH] mise: add difftastic so git can diff as we want --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index ffbd3a8..ca3c768 100644 --- a/mise.toml +++ b/mise.toml @@ -3,6 +3,7 @@ DATABASE_URL = "sqlite:///database.db" [tools] +difftastic = "latest" markdownlint-cli2 = "latest" prek = "latest" python = "3.14"