1
0

Replaced mypy type checker with ty

This commit is contained in:
2026-03-13 12:10:35 +00:00
parent 342d39d457
commit d800d9b7be
7 changed files with 59 additions and 99 deletions

View File

@@ -36,9 +36,9 @@ repos:
language: system
pass_filenames: false
- id: mypy
name: mypy
entry: uv run mypy src tests
- id: ty
name: ty
entry: uv run ty check
language: system
pass_filenames: false