From 13239d6f732652f97c994e7197b8e4be06670d8a Mon Sep 17 00:00:00 2001 From: bronsen Date: Sun, 22 Feb 2026 12:09:06 +0100 Subject: [PATCH] prek: never use colors Otherwise some parts become unreadable on dark backgrounded terminals --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index ca3c768..cc420a6 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,7 @@ [env] '_'.python.venv = { path = ".venv", create = true } DATABASE_URL = "sqlite:///database.db" +PREK_COLOR = "never" [tools] difftastic = "latest"