ci: Add pre-commit hook for ty [skip ci]
This commit is contained in:
@@ -18,3 +18,9 @@ repos:
|
|||||||
entry: uv run ruff format
|
entry: uv run ruff format
|
||||||
language: system
|
language: system
|
||||||
types: [python]
|
types: [python]
|
||||||
|
- id: ruff-format
|
||||||
|
name: ruff-format
|
||||||
|
language: system
|
||||||
|
types: [python]
|
||||||
|
exclude: tests/.*
|
||||||
|
entry: uv run ty check
|
||||||
|
|||||||
Reference in New Issue
Block a user