basedmypy
basedmypy copied to clipboard
`dict.get` is too strict
a: int | str
{1: 1}.get(a)
type of a overlaps with the keytype int
- #213