fix pylint for onnx (#11673)

* fix pylint for onnx

* too long
This commit is contained in:
chenyu
2025-08-14 15:48:02 -07:00
committed by GitHub
parent e9d0027591
commit 48c4033ae1
2 changed files with 11 additions and 7 deletions

View File

@@ -332,7 +332,7 @@ jobs:
python3 -m ruff check extra/onnx.py
python3 -m ruff check examples/mlperf/ --ignore E501
- name: Lint tinygrad with pylint
run: python -m pylint tinygrad/
run: python -m pylint tinygrad/ extra/onnx.py
- name: Run mypy
run: |
python -m mypy --strict-equality --lineprecision-report .