prek: never use colors

Otherwise some parts become unreadable on dark backgrounded terminals
This commit is contained in:
bronsen 2026-02-22 12:09:06 +01:00
parent 90388ed48c
commit 13239d6f73

View file

@ -1,6 +1,7 @@
[env] [env]
'_'.python.venv = { path = ".venv", create = true } '_'.python.venv = { path = ".venv", create = true }
DATABASE_URL = "sqlite:///database.db" DATABASE_URL = "sqlite:///database.db"
PREK_COLOR = "never"
[tools] [tools]
difftastic = "latest" difftastic = "latest"