ci: Add pre-commit hook for ty [skip ci]

This commit is contained in:
Chris Coutinho
2025-11-05 15:26:00 +01:00
parent 6cccd92b3b
commit 01569497d7
+6
View File
@@ -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