pytorch/scripts/release_notes
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
..
.gitignore
apply_categories.py
categorize.py Updates to the release notes scripts and documentation (#94560) 2023-03-16 00:09:26 +00:00
classifier.py Updates to the release notes scripts and documentation (#94560) 2023-03-16 00:09:26 +00:00
commitlist.py [BE] Enable C419 rule for any all shortcircuiting (#99890) 2023-04-25 15:02:13 +00:00
common.py Updates to the release notes scripts and documentation (#94560) 2023-03-16 00:09:26 +00:00
explore.ipynb Updates to the release notes scripts and documentation (#94560) 2023-03-16 00:09:26 +00:00
namespace_check.py [BE] Apply almost all remaining flake8-comprehension checks (#94676) 2023-02-12 01:01:25 +00:00
READEME.md Updates to the release notes scripts and documentation (#94560) 2023-03-16 00:09:26 +00:00
requirements.txt Updates to the release notes scripts and documentation (#94560) 2023-03-16 00:09:26 +00:00
test_release_notes.py