pytorch/torch/quantization
Maggie Moss d795fb225a [RFC] Add pyrefly to lintrunner (#165179)
This will add pyrefly to lint runner as a warning only - and allow us to collect feedback about the tool before switching to pyrefly as the main type checker.

References the steps outlined here: : https://github.com/pytorch/pytorch/issues/163283:

test plan:
`lintrunner init`
`lintrunner`
confirm when pyrefly errors are present results look like: https://gist.github.com/maggiemoss/e6cb2d015dd1ded560ae1329098cf33f

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165179
Approved by: https://github.com/ezyang
2025-10-16 20:07:09 +00:00
..
fx [BE][PYFMT] migrate PYFMT for torch/[p-z]*/ to ruff format (#144552) 2025-08-07 00:09:56 +00:00
__init__.py
_numeric_suite_fx.py
_numeric_suite.py
_quantized_conversions.py [RFC] Add pyrefly to lintrunner (#165179) 2025-10-16 20:07:09 +00:00
fake_quantize.py
fuse_modules.py [BE][6/16] fix typos in torch/ (#156316) 2025-06-23 02:57:34 +00:00
fuser_method_mappings.py [BE][PYFMT] migrate PYFMT for torch/[p-z]*/ to ruff format (#144552) 2025-08-07 00:09:56 +00:00
observer.py [BE][PYFMT] migrate PYFMT for torch/[p-z]*/ to ruff format (#144552) 2025-08-07 00:09:56 +00:00
qconfig.py Add initial suppressions for pyrefly (#164177) 2025-10-02 20:57:41 +00:00
quant_type.py
quantization_mappings.py [BE][PYFMT] migrate PYFMT for torch/[p-z]*/ to ruff format (#144552) 2025-08-07 00:09:56 +00:00
quantize_fx.py
quantize_jit.py
quantize.py
stubs.py
utils.py