From bfa944d0e87010c3594c984c868bf5b4b070bc44 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Wed, 5 Nov 2025 15:31:52 +0100 Subject: [PATCH] ci: Rename pre-commit hook [skip ci] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63d697a..0db3f23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,8 +18,8 @@ repos: entry: uv run ruff format language: system types: [python] - - id: ruff-format - name: ruff-format + - id: ty-check + name: ty-check language: system types: [python] exclude: tests/.*