mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 23:18:04 -05:00
strip whitespace
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user