basedmypy icon indicating copy to clipboard operation
basedmypy copied to clipboard

Should `--extra-checks` be enabled by default

Open KotlinIsland opened this issue 2 years ago • 2 comments

https://kotlinisland.github.io/basedmypy/command_line.html#cmdoption-mypy-extra-checks

This flag enables additional checks that are technically correct but may be impractical in real code. In particular, it prohibits partial overlap in TypedDict updates, and makes arguments prepended via Concatenate positional-only.

KotlinIsland avatar Jul 05 '23 08:07 KotlinIsland

@DetachHead WDYT?

KotlinIsland avatar Aug 27 '23 11:08 KotlinIsland

yea i think it should be enabled. btw whats the signature of dict.update look like? i assumed it would be covered by the existing rules unless some special case shit is going on

DetachHead avatar Aug 27 '23 14:08 DetachHead