Enable mypy typechecker tracker
Open
@jackzhxng is already working on this.
Since Mar 3, 2025.
actionable
triaged
- Dominant language
- Python
- Stars
- 5k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 581
Description
🚀 The feature, motivation and pitch
Currently there's no python typechecker enabled on OSS. Let's enable mypy gradually
Alternatives
Another alternative is to use pyre. But we want to be consistent with pytorch/pytorch which uses mypy.
Additional context
Progress:
- exir
- backends
- examples
- extension
- devtools
- test https://github.com/pytorch/executorch/pull/7497
- util https://github.com/pytorch/executorch/pull/7496
- scripts https://github.com/pytorch/executorch/pull/7442
- profiler https://github.com/pytorch/executorch/pull/7494
- docs https://github.com/pytorch/executorch/pull/7493
- codegen https://github.com/pytorch/executorch/pull/7493
RFC (Optional)
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.