basedmypy icon indicating copy to clipboard operation
basedmypy copied to clipboard

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

Open KotlinIsland opened this issue 3 years ago • 1 comments

Mypy doesn't really care about unrecognized options in the config file, but a feature like this might help with readability.

[tool.mypy]
sus_sus = true

[tool.basedmypy]
amongus = true
[mypy]
sus_sus = true

[basedmypy]
amongus = true

KotlinIsland avatar Jan 17 '22 08:01 KotlinIsland

another reason for this is that vscode complains about basedmypy options because they're not in the json schema hosted on schemastore: https://json.schemastore.org/partial-mypy.json

image

DetachHead avatar Jan 09 '24 00:01 DetachHead