pytorch/torch/_dynamo/variables
Maggie Moss c7eee49525 Fix pyrefly ignores 1/n (#166239)
First diff adjusting the syntax for pyrefly: ignore suppressions so they only hide one class of type error.

Test:
lintrunner
pyrefly check

Pull Request resolved: https://github.com/pytorch/pytorch/pull/166239
Approved by: https://github.com/oulgen
2025-10-26 00:44:10 +00:00
..
__init__.py [user-streams] Move stream code to streams module (#163027) 2025-10-14 05:43:19 +00:00
base.py [10/N] Apply ruff UP035 rule (#165709) 2025-10-25 00:20:13 +00:00
builder.py [dynamo] Remove unnecessary NAME_MATCH guard (#166112) 2025-10-25 01:27:42 +00:00
builtin.py Fix pyrefly ignores 1/n (#166239) 2025-10-26 00:44:10 +00:00
constant.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
ctx_manager.py [vmap][dynamo] use create_proxy instead of create_node in vmap increate nesting ctx manager (#165675) 2025-10-22 09:46:00 +00:00
dicts.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
distributed.py Fixing get_local_rank() variable missing when compiled (#165432) 2025-10-16 18:20:34 +00:00
functions.py [10/N] Apply ruff UP035 rule (#165709) 2025-10-25 00:20:13 +00:00
higher_order_ops.py [hops] fix unbacked runtime asserts for cond higher order op (#165893) 2025-10-25 03:25:36 +00:00
iter.py [dynamo, nested graph breaks] move cell codegen before side effects codegen (#160601) 2025-10-08 22:02:52 +00:00
lazy.py Fix pyrefly ignores 1/n (#166239) 2025-10-26 00:44:10 +00:00
lists.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
misc.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
nn_module.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
optimizer.py [Dynamo] Don't guard data ptrs by default with mark_static_address (#162208) 2025-09-12 07:15:10 +00:00
script_object.py [dynamo] Replace unimplemented with unimplemented_v2 in torch/_dynamo/variables/script_object.py (#159343) 2025-08-01 21:30:41 +00:00
sdpa.py More ruff SIM fixes (#164695) 2025-10-09 03:24:50 +00:00
streams.py [RFC] Add pyrefly to lintrunner (#165179) 2025-10-16 20:07:09 +00:00
tensor.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
torch_function.py [dynamo][remaining] Replace UserFunctionVariable with VariableTracker build (#165896) 2025-10-22 02:13:00 +00:00
torch.py [10/N] Apply ruff UP035 rule (#165709) 2025-10-25 00:20:13 +00:00
user_defined.py [dynamo][user_defined] Replace UserFunctionVariable with VariableTracker build (#165706) 2025-10-22 19:28:27 +00:00