add mypy --strict-equality to pre-commit (#3458)

matched ci mypy behavior
This commit is contained in:
chenyu
2024-02-21 03:41:05 -05:00
committed by GitHub
parent 02683a8659
commit 6c1063ba39

View File

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