unify pre-commit mypy and ci mypy (#13940)

This commit is contained in:
chenyu
2025-12-31 17:51:51 -05:00
committed by GitHub
parent 8bf7c9c1d2
commit e2987001ee
3 changed files with 8 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ repos:
pass_filenames: false
- id: mypy
name: mypy
entry: python3 -m mypy tinygrad/ --strict-equality
entry: python3 -m mypy
language: system
always_run: true
pass_filenames: false