pytorch/torch/distributed/pipeline/sync
Aaron Gokaslan 660e8060ad [BE]: Update ruff to 0.285 (#107519)
This updates ruff to 0.285 which is faster, better, and have fixes a bunch of false negatives with regards to fstrings.

I also enabled RUF017 which looks for accidental quadratic list summation. Luckily, seems like there are no instances of it in our codebase, so enabling it so that it stays like that. :)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/107519
Approved by: https://github.com/ezyang
2023-08-22 23:16:38 +00:00
..
_balance [BE] Enable ruff's UP rules and autoformat distributed/ (#105433) 2023-07-19 14:27:11 +00:00
skip [BE]: Apply PYI autofixes to various types (#107521) 2023-08-20 02:42:21 +00:00
__init__.py
batchnorm.py
checkpoint.py [BE] Import Literal, Protocol, and Final from standard library typing as of Python 3.8+ (#94490) 2023-02-09 19:17:49 +00:00
copy.py Add correct __all__ for torch.distributed and torch.cuda submodules (#85702) 2022-10-10 19:15:24 +00:00
dependency.py Add correct __all__ for torch.distributed and torch.cuda submodules (#85702) 2022-10-10 19:15:24 +00:00
LICENSE
microbatch.py Enable ruff in lintrunner (#99785) 2023-04-24 16:18:44 +00:00
phony.py Add correct __all__ for torch.distributed and torch.cuda submodules (#85702) 2022-10-10 19:15:24 +00:00
pipe.py [BE]: Update ruff to 0.285 (#107519) 2023-08-22 23:16:38 +00:00
pipeline.py [BE] Enable ruff's UP rules and autoformat distributed/ (#105433) 2023-07-19 14:27:11 +00:00
py.typed
stream.py Deprecate TypedStorage, its derived classes, and all of their public methods (#85303) 2022-11-08 18:11:01 +00:00
utils.py [Reland] Update mypy to 1.4.1 (#105227) 2023-07-15 20:30:20 +00:00
worker.py Add correct __all__ for torch.distributed and torch.cuda submodules (#85702) 2022-10-10 19:15:24 +00:00