KotlinIsland / KotlinIsland/basedmypy
`dmypy suggest` isn't working for return types
Open
bug
- Dominant language
- Python
- Stars
- 202
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
```py
def f(a): # dmypy suggest: (str) -> None
return 1
a: int = f("")
```
Contributor guide
Research direction
Start with the Python reproducer in the issue and run `dmypy suggest` against it. Trace how the command handles the `dmypy suggest: (str) -> None` annotation and return type, then add or update a focused regression test. Done means the suggestion is handled correctly for this example and the test passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100