basedmypy
basedmypy copied to clipboard
Support `typing.Never` in runtime checks
Most of this can be done in basedtyping except mypy error in isinstance.
As the based implementation is now a type not an instance, it's valid to use in isinstance and issubclass.
https://github.com/KotlinIsland/basedtyping/pull/21