pytorch/tools/setup_helpers
Aaron Gokaslan e2a3817dfd [BE] Enable C419 rule for any all shortcircuiting (#99890)
Apparently https://github.com/pytorch/pytorch/pull/78142 made torch.JIT allow for simple generator expressions which allows us to enable rules that replace unnecessary list comprehensions with generators in any/all. This was originally part of #99280 but I split it off into this PR so that it can be easily reverted should anything break.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/99890
Approved by: https://github.com/justinchuby, https://github.com/kit1980, https://github.com/malfet
2023-04-25 15:02:13 +00:00
..
__init__.py
BUILD.bazel
build.bzl
cmake_utils.py
cmake.py Fix visual studio generator (#98605) 2023-04-14 01:46:46 +00:00
env.py [BE] Enable C419 rule for any all shortcircuiting (#99890) 2023-04-25 15:02:13 +00:00
gen_unboxing.py
gen_version_header.py Bump black version to 23.1.0 (#96578) 2023-03-15 06:27:59 +00:00
gen.py
generate_code.py Fix typos under tools directory (#97779) 2023-03-30 08:21:35 +00:00
numpy_.py