move things, clean up extra (#2292)

* move things

* idk why pylint needs that now

* delete unused
This commit is contained in:
George Hotz
2023-11-13 20:18:40 -08:00
committed by GitHub
parent b1f7f29525
commit 0cbf6c1811
57 changed files with 48 additions and 401 deletions

View File

@@ -39,7 +39,7 @@ repos:
pass_filenames: false
- id: pylint
name: pylint
entry: python3 -m pylint tinygrad/
entry: env PYTHONPATH="." python3 -m pylint tinygrad/
language: system
always_run: true
pass_filenames: false