pytorch/torch/nn/modules
Maggie Moss c855f8632e Pyrefly suppressions 7/n (#164913)
Adds suppressions to pyrefly will typecheck clean: https://github.com/pytorch/pytorch/issues/163283

Almost there!

Test plan:
dmypy restart && python3 scripts/lintrunner.py -a
pyrefly check

step 1: delete lines in the pyrefly.toml file from the project-excludes field
step 2: run pyrefly check
step 3: add suppressions, clean up unused suppressions
before: https://gist.github.com/maggiemoss/4b3bf2037014e116bc00706a16aef199

after:
 INFO 0 errors (6,884 ignored)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/164913
Approved by: https://github.com/oulgen
2025-10-08 07:27:17 +00:00
..
__init__.py
_functions.py Pyrefly suppressions 7/n (#164913) 2025-10-08 07:27:17 +00:00
activation.py Update disabling fast-path for strict-export inside MultiheadAttention (#164544) 2025-10-04 02:20:55 +00:00
adaptive.py [BE] Make torch.nn.modules.* satisfy the docs coverage test (#158491) 2025-07-25 22:03:55 +00:00
batchnorm.py Pyrefly suppressions 7/n (#164913) 2025-10-08 07:27:17 +00:00
channelshuffle.py [BE] Make torch.nn.modules.* satisfy the docs coverage test (#158491) 2025-07-25 22:03:55 +00:00
container.py Pyrefly suppressions 7/n (#164913) 2025-10-08 07:27:17 +00:00
conv.py Pyrefly suppressions 7/n (#164913) 2025-10-08 07:27:17 +00:00
distance.py [BE] Make torch.nn.modules.* satisfy the docs coverage test (#158491) 2025-07-25 22:03:55 +00:00
dropout.py [BE] Make torch.nn.modules.* satisfy the docs coverage test (#158491) 2025-07-25 22:03:55 +00:00
flatten.py [BE] Make torch.nn.modules.* satisfy the docs coverage test (#158491) 2025-07-25 22:03:55 +00:00
fold.py [BE] Make torch.nn.modules.* satisfy the docs coverage test (#158491) 2025-07-25 22:03:55 +00:00
instancenorm.py
lazy.py Pyrefly suppressions 7/n (#164913) 2025-10-08 07:27:17 +00:00
linear.py Pyrefly suppressions 7/n (#164913) 2025-10-08 07:27:17 +00:00
loss.py [2/N] Apply ruff UP035 check in torch files (#164054) 2025-09-29 03:35:32 +00:00
module.py Pyrefly suppressions 7/n (#164913) 2025-10-08 07:27:17 +00:00
normalization.py typo (#156560) 2025-07-28 15:40:06 +00:00
padding.py Pyrefly suppressions 7/n (#164913) 2025-10-08 07:27:17 +00:00
pixelshuffle.py [BE] Make torch.nn.modules.* satisfy the docs coverage test (#158491) 2025-07-25 22:03:55 +00:00
pooling.py Update LPPool docs to clarify ceil_mode padding semantics when ceil_mode=True (#163186) 2025-09-30 15:22:46 +00:00
rnn.py Pyrefly suppressions 7/n (#164913) 2025-10-08 07:27:17 +00:00
sparse.py
transformer.py Pyrefly suppressions 7/n (#164913) 2025-10-08 07:27:17 +00:00
upsampling.py [BE] Make torch.nn.modules.* satisfy the docs coverage test (#158491) 2025-07-25 22:03:55 +00:00
utils.py Pyrefly suppressions 7/n (#164913) 2025-10-08 07:27:17 +00:00