Yuanyuan Chen
|
8de85896e0
|
Enable ruff rule E721 (#165162)
`E721` checks for object type comparisons using == and other comparison operators. This is useful because it is recommended to use `is` for type comparisons.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165162
Approved by: https://github.com/Skylion007
|
2025-10-13 01:48:55 +00:00 |
|
PyTorch MergeBot
|
816fb7f48d
|
Revert "Enable ruff rule E721 (#165162)"
This reverts commit 9e7c19f72b.
Reverted https://github.com/pytorch/pytorch/pull/165162 on behalf of https://github.com/pytorch-auto-revert due to Reverted automatically by pytorch's autorevert, to avoid this behaviour add the tag autorevert: disable ([comment](https://github.com/pytorch/pytorch/pull/165162#issuecomment-3393328271))
|
2025-10-11 13:25:40 +00:00 |
|
Yuanyuan Chen
|
9e7c19f72b
|
Enable ruff rule E721 (#165162)
`E721` checks for object type comparisons using == and other comparison operators. This is useful because it is recommended to use `is` for type comparisons.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165162
Approved by: https://github.com/Skylion007
|
2025-10-11 06:43:53 +00:00 |
|
bobrenjc93
|
c965d6dbb2
|
[torchfuzz] move into experimental dir (#164688)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164688
Approved by: https://github.com/pianpwk
ghstack dependencies: #164432, #164434, #164514, #164646, #164647, #164649, #164687
|
2025-10-07 05:09:08 +00:00 |
|