From 01569497d771ba6302e67adbeab81a80b168d5e3 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Wed, 5 Nov 2025 15:26:00 +0100 Subject: [PATCH] ci: Add pre-commit hook for ty [skip ci] --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddefee0..63d697a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,3 +18,9 @@ repos: entry: uv run ruff format language: system types: [python] + - id: ruff-format + name: ruff-format + language: system + types: [python] + exclude: tests/.* + entry: uv run ty check