mypy-pycharm icon indicating copy to clipboard operation
mypy-pycharm copied to clipboard

Use pycharms type information in addition to type hints

Open mchlnix opened this issue 6 years ago • 1 comments

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.

mchlnix avatar Aug 01 '19 10:08 mchlnix

This issue has been automatically marked as stale because it has not had activity in the last 60 days.

stale[bot] avatar Sep 30 '19 11:09 stale[bot]