basedmypy
basedmypy copied to clipboard
`Ellipsis` should work as a bare literal, the same as `None`
a: Ellipsis = Ellipsis
this should be valid because Ellipsis is a single inhabitant type