Add ty pre-commit hook #15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ty is already a dev dependency (ty~=0.0.49) but has no pre-commit hook. The astral-sh/ty-pre-commit repo provides one. Adding it ensures ty runs automatically on every commit alongside ruff.
Findings: fedinesia already has this hook at v0.0.48; taibai has ty~=0.0.49 as a dev dep so we'll pin to v0.0.49 to match.
Plan: