KotlinIsland
KotlinIsland
> treat `None` and `NoneType` as being the same? No, there's issues with how mypy handles `None` and `NoneType` that leave a lot to be desired, if your offering to...
Currently basedmypy uses the system line endings. This change will only be regarding detecting the existing line endings and using that instead.
What was the ~~use case~~business case?
hmm, this is a tricky one, but maybe you're right. ```py from typing import Any a: Any a = 1 # no error a = [1, 2, 3] # error:...
I think it's supposed to be intentional tbh
Maybe that's a bad egg
Seeing as the main motivation for this feature is to not accidentally call partially inferred functions, this would be very low priority, if we even want it at all.
The source of the `Any` would be good to show. In this case it's an `Any` `__getattr__`.
Maybe we could delete it and just use `allow-incomplete-defs`