remove pylint from pre-commit and CI

This commit is contained in:
2025-10-14 14:56:32 +08:00
parent 8ecaf839e2
commit 235cc39b96
2 changed files with 0 additions and 8 deletions
-2
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 .
-6
View File
@@ -31,10 +31,4 @@ repos:
entry: python3 test/external/external_test_example.py
language: system
always_run: true
pass_filenames: false
- id: pylint
name: pylint
entry: python3 -m pylint tinygrad/
language: system
always_run: true
pass_filenames: false