Revert prek ty hook to bare 'ty check' (mise shims handle PATH in normal shells)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-04-12 08:23:13 -07:00
commit e08c95c5fb

View file

@ -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