From e08c95c5fb4202a3e71afdd7896a3408c11de539 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 12 Apr 2026 08:23:13 -0700 Subject: [PATCH] Revert prek ty hook to bare 'ty check' (mise shims handle PATH in normal shells) Co-Authored-By: Claude Opus 4.6 (1M context) --- prek.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prek.toml b/prek.toml index 191629a..28776c5 100644 --- a/prek.toml +++ b/prek.toml @@ -84,7 +84,7 @@ repo = "local" [[repos.hooks]] id = "ty-check" name = "ty type check" -entry = "mise x ty -- ty check" +entry = "ty check" language = "system" types = ["python"] pass_filenames = false