mirror of https://github.com/commaai/tinygrad.git
strip whitespace
This commit is contained in:
parent
9eb2746d62
commit
c42d2c4731
|
@ -1,6 +1,12 @@
|
|||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: whitespace
|
||||
name: strip whitespace
|
||||
entry: ./strip_whitespace.sh
|
||||
language: system
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
- id: mypy
|
||||
name: mypy
|
||||
entry: mypy tinygrad/ extra/helpers.py
|
||||
|
|
Loading…
Reference in New Issue