Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To run Ty's type checker via pre-commit, add the following to your `.pre-commit-
repos:
- repo: https://github.com/allganize/ty-pre-commit
# Ty version.
rev: v0.0.14a35a34a33a32a31a30a29a28a27a26a25a24a23a22a21a20
rev: v0.0.14
Comment on lines 21 to +24
Copy link

Copilot AI Feb 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copilot uses AI. Check for mistakes.
hooks:
# Run the type checker.
- id: ty-check
Expand All @@ -33,7 +33,7 @@ To run Ty with additional arguments:
repos:
- repo: https://github.com/allganize/ty-pre-commit
# Ty version.
rev: v0.0.14a35a34a33a32a31a30a29a28a27a26a25a24a23a22a21a20
rev: v0.0.14
hooks:
# Run the type checker with verbose output.
- id: ty-check
Expand All @@ -46,7 +46,7 @@ To run only on specific file types:
repos:
- repo: https://github.com/allganize/ty-pre-commit
# Ty version.
rev: v0.0.14a35a34a33a32a31a30a29a28a27a26a25a24a23a22a21a20
rev: v0.0.14
hooks:
# Run the type checker.
- id: ty-check
Expand Down
Loading