pytorch/torchgen
Aaron Gokaslan 34910f87f0 [BE]: Update ruff to v0.4.4 (#125031)
Update ruff version to 0.4.2. This version mostly has bugfixes for the new parser and also updates the f-string rule to be able to apply more fixes.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/125031
Approved by: https://github.com/albanD, https://github.com/malfet
2024-05-12 20:02:37 +00:00
..
aoti [AOTI][torchgen] Minor improvements to C shim torchgen (#125928) 2024-05-11 18:12:46 +00:00
api [BE]: TRY002 - Ban raising vanilla exceptions (#124570) 2024-04-21 22:26:40 +00:00
decompositions Use strict to toggle strict options in MYPYSTRICT (#118479) 2024-01-28 19:22:22 +00:00
dest [BE] enable ruff rule RSE and remove useless parentheses in raise statements (#124261) 2024-04-17 19:29:34 +00:00
executorch [BE]: TRY002 - Ban raising vanilla exceptions (#124570) 2024-04-21 22:26:40 +00:00
fuse Add mm_pattern and bmm_pattern to serialized_patterns (#121313) 2024-04-09 19:42:19 +00:00
operator_versions [BE]: Apply ruff FURB 118. (#124743) 2024-04-26 14:34:52 +00:00
selective_build [BE]: TRY002 - Ban raising vanilla exceptions (#124570) 2024-04-21 22:26:40 +00:00
shape_functions [BE]: TRY002 - Ban raising vanilla exceptions (#124570) 2024-04-21 22:26:40 +00:00
static_runtime [BE]: Update ruff to v0.4.4 (#125031) 2024-05-12 20:02:37 +00:00
__init__.py
BUCK.oss
BUILD.bazel
build.bzl
code_template.py
context.py
gen_aoti_c_shim.py [AOTI][torchgen] Minor improvements to C shim torchgen (#125928) 2024-05-11 18:12:46 +00:00
gen_backend_stubs.py [TorchGen] [2/N] Remove unused variables and simplify dictionary iterations (#122585) 2024-03-29 20:34:11 +00:00
gen_executorch.py [BE]: TRY002 - Ban raising vanilla exceptions (#124570) 2024-04-21 22:26:40 +00:00
gen_functionalization_type.py Keep track of ViewMeta with symbolic inputs. (#125876) 2024-05-12 01:41:06 +00:00
gen_lazy_tensor.py [BE]: TRY002 - Ban raising vanilla exceptions (#124570) 2024-04-21 22:26:40 +00:00
gen_vmap_plumbing.py [TorchGen] [2/N] Remove unused variables and simplify dictionary iterations (#122585) 2024-03-29 20:34:11 +00:00
gen.py [AOTI][torchgen] Minor improvements to C shim torchgen (#125928) 2024-05-11 18:12:46 +00:00
local.py
model.py rename ort to maia (#123265) 2024-04-23 00:33:25 +00:00
native_function_generation.py [effects] Add inductor support for tokens (#122347) 2024-04-09 03:22:32 +00:00
utils.py [BE]: Apply RUF025 dict.fromkeys preview rule (#118637) 2024-01-30 20:46:54 +00:00
yaml_utils.py