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/.*