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"