pytorch/torch/_logging
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
..
__init__.py [dynamo][be] hide warnings without invalidating warnings cache (#158520) 2025-07-18 22:02:31 +00:00
_internal.py Enable ruff rule E721 (#165162) 2025-10-13 01:48:55 +00:00
_registrations.py [Bugfix][Inductor] Fix dependency list merged incorrectly for a custom op with multiple mutated inputs and None return type. (#157133) 2025-07-11 09:06:31 +00:00
scribe.py [5/N] Apply ruff UP035 rule (#164423) 2025-10-02 07:31:11 +00:00
structured.py More ruff SIM fixes (#164695) 2025-10-09 03:24:50 +00:00