strip whitespace

This commit is contained in:
George Hotz
2023-11-25 14:09:06 -08:00
parent 9eb2746d62
commit c42d2c4731
3 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
repos: repos:
- repo: local - repo: local
hooks: hooks:
- id: whitespace
name: strip whitespace
entry: ./strip_whitespace.sh
language: system
always_run: true
pass_filenames: false
- id: mypy - id: mypy
name: mypy name: mypy
entry: mypy tinygrad/ extra/helpers.py entry: mypy tinygrad/ extra/helpers.py