KotlinIsland / KotlinIsland/basedmypy
allow bare literals as type arguments
Open
- Dominant language
- Python
- Stars
- 202
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
```py
list[1] # error: invalid bare literal
```
but this is fine actually
Contributor guide
Research direction
Start by reproducing the reported Python snippet, list[1], and trace where the “invalid bare literal” diagnostic is produced. The issue names no file or test; completion means the example is accepted without that diagnostic, with regression coverage in the project’s existing test suite if applicable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100