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

Don't show the 'invalid syntax' message for real-time scan #7

Closed AmatanHead closed 6 years ago

AmatanHead commented 6 years ago

This message pops at the top of the file as I type. It tends to be really annoying. I propose disabling this message completely. PyCharm is capable of reporting syntax errors on its own.