Conversation
There was a problem hiding this comment.
Pull request overview
Updates the README’s pre-commit configuration examples to use a cleaner, standard tag for the hook rev.
Changes:
- Replaced the malformed/overlong
rev:value withv0.0.14in three README examples.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| repos: | ||
| - repo: https://github.com/allganize/ty-pre-commit | ||
| # Ty version. | ||
| rev: v0.0.14a35a34a33a32a31a30a29a28a27a26a25a24a23a22a21a20 | ||
| rev: v0.0.14 |
There was a problem hiding this comment.
The pre-commit examples point to https://github.com/allganize/ty-pre-commit, but elsewhere in this README and repo (e.g., Actions badge uses astral-sh/ty-pre-commit, workflow release notes link to astral-sh/ty) it looks like the canonical repository is astral-sh/ty-pre-commit. This mismatch will cause users to copy an incorrect repo: URL. Please align the repo: URL in these examples with the actual repository (or update the badges/links if the project has moved).
Summary
fix README
Test Plan