From a6665c3a10ebe6af9baaee1ebb3c8c24561edfb8 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Mon, 2 Feb 2026 03:03:28 +0800 Subject: [PATCH] fix README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e4b16b..2d4f89e 100644 --- a/README.md +++ b/README.md @@ -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 hooks: # Run the type checker. - id: ty-check @@ -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 @@ -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