ruff cleanup (#4594)

* check editor config

* no editorconfig, it doesn't work

* ruff cleanups
This commit is contained in:
George Hotz
2024-05-14 21:16:14 -07:00
committed by GitHub
parent 7f009cf9fa
commit afa9753d39
8 changed files with 7 additions and 14 deletions

View File

@@ -84,7 +84,7 @@ jobs:
- name: Lint with ruff
run: |
pip3 install --upgrade --force-reinstall ruff
python3 -m ruff check . --preview
python3 -m ruff check .
- name: Lint tinygrad with pylint
run: python -m pylint tinygrad/
- name: Run mypy