KotlinIsland / KotlinIsland/basedmypy
allow literal floats
Open
feature
- Dominant language
- Python
- Stars
- 202
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
```py
a: 1.1 = 1.1
```
Contributor guide
Research direction
The issue provides no file, test, or entry point. Start by locating the type-checking logic for numeric literals and inspect how the example `a: 1.1 = 1.1` is handled. Done means the example is accepted with the intended type-checking behavior and a regression test covers it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100