remove pylint from pre-commit and CI

This commit is contained in:
George Hotz
2025-10-14 14:56:32 +08:00
parent 8ecaf839e2
commit 235cc39b96
2 changed files with 0 additions and 8 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 .