lint onnx and onnx_parser (#11134)

This commit is contained in:
chenyu
2025-07-08 15:28:35 -04:00
committed by GitHub
parent 3238d21cd1
commit ffcc557986
2 changed files with 6 additions and 4 deletions

View File

@@ -326,6 +326,7 @@ jobs:
run: |
pip3 install --upgrade --force-reinstall ruff==0.11.0
python3 -m ruff check .
python3 -m ruff check extra/onnx.py extra/onnx_parser.py
python3 -m ruff check examples/mlperf/ --ignore E501
- name: Lint tinygrad with pylint
run: python -m pylint tinygrad/