update ruff to 0.11.2 (#9531)

0.11.2 fixed the false alert from 0.11.1. also pinned the version in setup for now to prevent broken CI from ruff upgrade
This commit is contained in:
chenyu
2025-03-21 10:32:59 -04:00
committed by GitHub
parent ee3ed73ed1
commit d8d65e2747
2 changed files with 4 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ setup(name='tinygrad',
"mypy==1.13.0",
"typing-extensions",
"pre-commit",
"ruff",
"ruff==0.11.2",
"types-tqdm",
],
#'mlperf': ["mlperf-logging @ git+https://github.com/mlperf/logging.git@4.1.0-rc3"],