pytorch/torch/_inductor/autoheuristic
Yuanyuan Chen 7441a1b9b1 Update ruff to 0.13.1 (#163744)
Update ruff to 0.13.1 so that we can remove `UP038` from `pyproject.toml` because it has been removed from supported rules of ruff.
There are some fixes, the most notable one is [(PYI059)](https://docs.astral.sh/ruff/rules/generic-not-last-base-class/#generic-not-last-base-class-pyi059)
```
Checks for classes inheriting from typing.Generic[] where Generic[] is not the last base class in the bases tuple.

```

A BC-breaking change is introduced to change the typing of `OrderedSet .storage`

Pull Request resolved: https://github.com/pytorch/pytorch/pull/163744
Approved by: https://github.com/Skylion007, https://github.com/jingsh
2025-09-26 10:12:21 +00:00
..
artifacts Update ruff to 0.13.1 (#163744) 2025-09-26 10:12:21 +00:00
__init__.py
autoheuristic_utils.py PEP585 update - torch/_inductor/[_-i]* (#145137) 2025-01-19 01:22:47 +00:00
autoheuristic.py PEP585 update - torch/_inductor/[_-i]* (#145137) 2025-01-19 01:22:47 +00:00
learned_heuristic_controller.py PEP585 update - torch/_inductor/[_-i]* (#145137) 2025-01-19 01:22:47 +00:00
learnedheuristic_interface.py [BE][Ez]: Optimize unnecessary lambda with operator (#154722) 2025-05-30 23:47:10 +00:00