mypy
mypy copied to clipboard
Allow narrowing metaclasses, refs #11671
We now allow narrowing metaclasses with issubclass.
Closes https://github.com/python/mypy/issues/11671
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
@hauntsaninja @JelleZijlstra any feedback? 🙂