Skip to content

0.1.5

Compare
Choose a tag to compare
@tomv564 tomv564 released this 29 Oct 23:53
· 15 commits to master since this release

Add live_mode setting, default=true.
By default this plugin sends unsaved file contents via --command "YOUR_FILE_CONTENTS_HERE"
Mypy cannot resolve imports correctly for this content as it doesn't know what package/module it relates to.
By setting live_mode to false, the plugin will send the file path as argument. Unsaved changes will not fix mypy diagnostics, but failures following imports will not cause false diagnostics about missing imports.