Files
John Reilly Pospos 9185226d83 Fix hooks failing silently on Windows due to python3 not found (#23)
* Fix hooks failing silently on Windows due to python3 not found

Add `|| python` fallback to all hook commands in hooks.json. On Windows,
`python3` either doesn't exist or resolves to a Microsoft Store stub that
fails silently, breaking all plugin hooks.

Fixes #20

* Bump version to 0.8.2
2026-02-14 13:06:01 +10:00
..