pytorch/test/quantization
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
..
ao_migration [BE][PYFMT] migrate PYFMT for test/[i-z]*/ to ruff format (#144556) 2025-07-29 03:26:09 +00:00
bc Add __main__ guards to quantization tests (#154728) 2025-06-10 19:46:07 +00:00
core Enable ruff rule E721 (#165162) 2025-10-11 06:43:53 +00:00
eager Enable ruff rule E721 (#165162) 2025-10-11 06:43:53 +00:00
fx Enable ruff rule E721 (#165162) 2025-10-11 06:43:53 +00:00
jit [BE][PYFMT] migrate PYFMT for test/[i-z]*/ to ruff format (#144556) 2025-07-29 03:26:09 +00:00
pt2e Enable ruff rule E721 (#165162) 2025-10-11 06:43:53 +00:00
serialized
__init__.py