ruff lint tinykitten (#13762)

deleted used import and double spaces. a few ignore to not change the real code
This commit is contained in:
chenyu
2025-12-19 14:31:00 -05:00
committed by GitHub
parent 97103831c5
commit 80b84f5267
4 changed files with 12 additions and 12 deletions

View File

@@ -236,6 +236,7 @@ jobs:
pip3 install --upgrade --force-reinstall ruff==0.11.0
python3 -m ruff check .
python3 -m ruff check examples/mlperf/ --ignore E501
python3 -m ruff check extra/thunder/tiny/ --ignore E501 --ignore F841 --ignore E722
- name: Run mypy
run: |
python -m mypy --strict-equality --lineprecision-report .