Lines Matching full:mypy
1 # This is the PyTorch mypy-strict.ini file (note: don't change this line! -
4 # Unlike mypy.ini, it enforces very strict typing rules. The intention is for
5 # this config file to be used to ENFORCE that people are using mypy on codegen
8 [mypy] section
40 [mypy-torch.utils.benchmark.utils.*] argument
44 [mypy-torch]
47 [mypy-torch.*]
52 [mypy-numpy]
55 [mypy-sympy]
58 [mypy-sympy.*]
61 [mypy-mypy.*]
64 [mypy-usort.*]