KotlinIsland / KotlinIsland/basedmypy
stubgen should try and figure out all the types
Open
feature
stubgen
topic-inference
- Dominant language
- Python
- Stars
- 202
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
In most cases, mypy should be able to figure out the bulk of missing type annotations.
Currently `stubgen` does semanal, but it could use 'checker' as well.
Contributor guide
Research direction
Start by locating the stubgen entry point and the checker it could use, then determine how inferred types should be transferred into generated stubs. Done means stubgen can infer the bulk of missing annotations through the checker, with behavior validated by the project's relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100