Use pycharms type information in addition to type hints
Is your feature request related to a problem? Please describe.
A project I'm working on doesn't like type hints in the code, so I used the doc string format :param type name: description and :rtype: type to get pycharms own type checker to function.
Mypy does not understand/aims to support this, however.
Describe the solution you'd like Since this is a pycharm plugin, it would be nice if it could access the pycharm-specific type information and add it into what mypy is using.
Describe alternatives you've considered Remove the mypy plugin since it can not add significant value in my case, but a lot of CPU load.
This issue has been automatically marked as stale because it has not had activity in the last 60 days.