pytorch/torch/utils
Xuehai Pan b77406a9ec [BE][CI] bump ruff to 0.8.4 (#143753)
Changes:

1. Bump `ruff` from 0.7.4 to 0.8.4
2. Change `%`-formatted strings to f-string
3. Change arguments with the `__`-prefix to positional-only arguments with the `/` separator in function signature.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/143753
Approved by: https://github.com/Skylion007
2024-12-24 12:24:10 +00:00
..
_strobelight
_sympy Fix precedence of bitwise and/or printing (#143197) 2024-12-13 19:29:42 +00:00
backcompat
benchmark remove allow-untyped-defs for torch/utils/benchmark/examples/simple_timeit.py (#143368) 2024-12-17 17:19:11 +00:00
bottleneck
data [BE][CI] bump ruff to 0.8.4 (#143753) 2024-12-24 12:24:10 +00:00
hipify Revert "[reland][AMD] Turn on TF32 for aten::mm (#143549)" 2024-12-23 06:47:36 +00:00
jit
model_dump
serialization Add config.save.use_pinned_memory_for_d2h to serialization config (#143342) 2024-12-20 21:01:18 +00:00
tensorboard
viz
__init__.py
_backport_slots.py
_config_module.py Add config alias (#142088) 2024-12-16 18:51:17 +00:00
_config_typing.pyi
_content_store.py
_contextlib.py
_cpp_extension_versioner.py
_cxx_pytree.py [BE][CI] bump ruff to 0.8.4 (#143753) 2024-12-24 12:24:10 +00:00
_device.py
_exposed_in.py
_filelock.py
_foreach_utils.py
_freeze.py [BE][CI] bump ruff to 0.8.4 (#143753) 2024-12-24 12:24:10 +00:00
_functools.py
_get_clean_triton.py
_import_utils.py
_mode_utils.py
_ordered_set.py
_python_dispatch.py
_pytree.py [BE][CI] bump ruff to 0.8.4 (#143753) 2024-12-24 12:24:10 +00:00
_stats.py remove allow-untyped-defs for torch/utils/_stats.py (#143319) 2024-12-17 00:16:09 +00:00
_thunk.py
_traceback.py
_triton.py
_typing_utils.py
_zip.py
backend_registration.py
bundled_inputs.py
checkpoint.py
collect_env.py
cpp_backtrace.py
cpp_extension.py Use absolute path path.resolve() -> path.absolute() (#129409) 2024-12-24 08:33:08 +00:00
deterministic.py
dlpack.py
file_baton.py
flop_counter.py
hooks.py
mkldnn.py
mobile_optimizer.py
model_zoo.py
module_tracker.py
show_pickle.py
throughput_benchmark.py
weak.py