### Describe the Bug ```py from collections.abc import Callable class A(Callable): # invalid base class pass A() ``` very relevant: https://github.com/python/typeshed/pull/14761 ### Sandbox Link _No response_ ### (Only applicable for extension issues) IDE Information _No response_