leinardi / mypy-pycharm

A plugin providing both real-time and on-demand scanning of Python files with Mypy from within PyCharm/IDEA.
Apache License 2.0
194 stars 31 forks source link

Implementing a better virtualenv detection #33

Closed nullus closed 5 years ago

nullus commented 5 years ago

Replicate PR from leinardi/pylint-pycharm to fix the same issue

First time contributor checklist

Contributor checklist


Description

Replicate PR from leinardi/pylint-pycharm to make venv detection with a project more robust

Type of Changes

Type
:sparkles: New feature

Related Issue

leinardi commented 5 years ago

Thanks for the PR, I forgot to port this change.