Miniflux 2.2.19 + container.py migration + ty typechecker #331

Merged
eblume merged 4 commits from miniflux-upgrade-and-ty into main 2026-04-12 08:54:33 -07:00
Showing only changes of commit e08c95c5fb - Show all commits

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>
Erich Blume 2026-04-12 08:23:13 -07:00

View file

@ -84,7 +84,7 @@ repo = "local"
[[repos.hooks]] [[repos.hooks]]
id = "ty-check" id = "ty-check"
name = "ty type check" name = "ty type check"
entry = "mise x ty -- ty check" entry = "ty check"
language = "system" language = "system"
types = ["python"] types = ["python"]
pass_filenames = false pass_filenames = false