pytorch/torch/distributions
Maggie Moss b13cd141b3 Add pyrefly suppressions (#164748)
Adds suppressions to pyrefly will typecheck clean: https://github.com/pytorch/pytorch/issues/163283

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:

0 errors (4,263 ignored)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/164748
Approved by: https://github.com/oulgen
2025-10-07 17:31:18 +00:00
..
__init__.py
bernoulli.py
beta.py
binomial.py
categorical.py
cauchy.py
chi2.py
constraint_registry.py
constraints.py
continuous_bernoulli.py
dirichlet.py
distribution.py
exp_family.py
exponential.py
fishersnedecor.py
gamma.py
generalized_pareto.py
geometric.py
gumbel.py
half_cauchy.py
half_normal.py
independent.py
inverse_gamma.py
kl.py
kumaraswamy.py
laplace.py
lkj_cholesky.py
log_normal.py
logistic_normal.py
lowrank_multivariate_normal.py
mixture_same_family.py
multinomial.py
multivariate_normal.py
negative_binomial.py
normal.py
one_hot_categorical.py
pareto.py
poisson.py
relaxed_bernoulli.py
relaxed_categorical.py
studentT.py
transformed_distribution.py
transforms.py
uniform.py
utils.py
von_mises.py
weibull.py
wishart.py