theY4Kman/pycharm-typing-imp

PY-30869

Opened this issue · 0 comments

Hi

I encountered an issue with pycharm's type checking (PY-21069, type hints on __getattr__ aren't taken into account) and found your plugin. It seems to work great, sadly in the same line of code there is a second issue: PY-30869. PyCharm seems to ignore any type info on __call__ if the type is generic.

I was wondering if you'd be willing to have a look.