Files
pytorch/torch/_logging
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
..
2025-10-11 06:43:53 +00:00
2025-10-09 03:24:50 +00:00