remove pylint from pre-commit and CI (#12658)

* remove pylint from pre-commit and CI

* multidevice test is fast

* faster pre-commit

* 8 is faster than 4

* better name

* how did that typecheck?
This commit is contained in:
George Hotz 2025-10-14 15:39:59 +08:00 committed by GitHub
commit 84d4589ed4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 18 deletions

View file

@ -238,8 +238,6 @@ jobs:
pip3 install --upgrade --force-reinstall ruff==0.11.0
python3 -m ruff check .
python3 -m ruff check examples/mlperf/ --ignore E501
- name: Lint tinygrad with pylint
run: python -m pylint tinygrad/
- name: Run mypy
run: |
python -m mypy --strict-equality --lineprecision-report .