KotlinIsland / KotlinIsland/basedmypy

A `basedmypy` key in config files for basedmypy exclusive configuration options

Open
#158 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.