From d3a9f93f85e3338ac8e6f106c26653e23b7e9bbf Mon Sep 17 00:00:00 2001 From: Uriah Finkel Date: Sun, 23 Aug 2026 18:57:29 +0300 Subject: [PATCH] Add ty pre-commit hook --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9bd6929..1b6e2d59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,3 +13,8 @@ repos: hooks: # Update the uv lockfile - id: uv-lock +- repo: https://github.com/astral-sh/ty-pre-commit + # ty version. + rev: v0.0.74 + hooks: + - id: ty