Oguz Ulgen
|
71e22e0959
|
Add basic mypy annotations to dynamo (#132415)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/132415
Approved by: https://github.com/XuehaiPan, https://github.com/jamesjwu
|
2024-08-01 20:14:25 +00:00 |
|
Xuehai Pan
|
e74ba1b34a
|
[BE][Easy][15/19] enforce style for empty lines in import segments in torch/_d*/ (#129767)
See https://github.com/pytorch/pytorch/pull/129751#issue-2380881501. Most changes are auto-generated by linter.
You can review these PRs via:
```bash
git diff --ignore-all-space --ignore-blank-lines HEAD~1
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/129767
Approved by: https://github.com/anijain2305
|
2024-07-31 21:18:11 +00:00 |
|
Aaron Orenstein
|
5a0068cc69
|
[BE] mypy: disallow untyped decorators (#131428)
Untyped decorators strip the types from their decorated function so even if the underlying function is fully typed then callers to it don't get any benefit from type annotations.
Step 1 - Enable the error and override in all the offending files.
#131429
Pull Request resolved: https://github.com/pytorch/pytorch/pull/131428
Approved by: https://github.com/justinchuby, https://github.com/oulgen
|
2024-07-23 21:50:55 +00:00 |
|
Aaron Orenstein
|
dcfa7702c3
|
Flip default value for mypy disallow_untyped_defs [1/11] (#127838)
See #127836 for details.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/127838
Approved by: https://github.com/oulgen
|
2024-06-08 18:16:33 +00:00 |
|
ydwu4
|
461ffaaaf3
|
[dynamo] support torchbind object input (#124978)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/124978
Approved by: https://github.com/jansel
|
2024-05-07 03:02:00 +00:00 |
|