KotlinIsland / KotlinIsland/basedmypy
A `basedmypy` key in config files for basedmypy exclusive configuration options
Open
feature
topic-configuration
- Dominant language
- Python
- Stars
- 202
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Mypy doesn't really care about unrecognized options in the config file, but a feature like this might help with readability.
```toml
[tool.mypy]
sus_sus = true
[tool.basedmypy]
amongus = true
```
```ini
[mypy]
sus_sus = true
[basedmypy]
amongus = true
```
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by locating configuration parsing and tests for TOML and INI settings, then trace how project-specific options are handled. Done means the shown [tool.basedmypy] and [basedmypy] sections support basedmypy-exclusive options without relying on [tool.mypy] or [mypy].
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100