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
commit 6c1063ba39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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