pytorch/torch/_export
Laith Sakka 43b2716e89 PYFMT lint grandfathered files 1 (#154261)
lint:
-  test/test_fake_tensor.py
-  test/test_flop_counter.py
- torch/_export/verifier.py

with same rules as other files, it was a night mare for me to update tests in one of the skipped files
with not being able to lint them locally like other files with lintrunner -a.
note that those file do have active dev and not old not touched files.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/154261
Approved by: https://github.com/angelayi, https://github.com/Skylion007
2025-05-25 17:36:14 +00:00
..
db PEP585 update - torch/_export (#145138) 2025-01-19 18:48:35 +00:00
pass_infra PEP585 update - torch/_export (#145138) 2025-01-19 18:48:35 +00:00
passes [export] Remove unused constants (#153800) 2025-05-20 03:15:27 +00:00
serde [export][cond] support merging constant ints as unbacked symint (#152742) 2025-05-22 17:25:38 +00:00
__init__.py [aoti] Initial Metal support (#153959) 2025-05-23 05:45:35 +00:00
converter.py Revert "Improve torch.ops typing (#153558)" 2025-05-19 23:32:36 +00:00
error.py Fix global flake8 issues (#124771) 2024-04-26 15:35:53 +00:00
non_strict_utils.py [export] support functools.partial forward (non-strict) (#153408) 2025-05-13 23:30:13 +00:00
pass_base.py BE: Swap functorch --> torch._higher_order_ops (#152620) 2025-05-01 21:53:23 +00:00
tools.py PEP585 update - torch/_export (#145138) 2025-01-19 18:48:35 +00:00
utils.py [export] Dynamo symint support (#152677) 2025-05-16 07:51:50 +00:00
verifier.py PYFMT lint grandfathered files 1 (#154261) 2025-05-25 17:36:14 +00:00
wrappers.py Support subclass constructor capturing in export (#147014) 2025-03-16 18:19:19 +00:00