Skip to content

0.1.7

Compare
Choose a tag to compare
@tomv564 tomv564 released this 05 Oct 21:57
· 7 commits to master since this release

Fixes:

  • Exclude errors from other files when following imports (pyls only takes errors for the "linted" file)
  • Account for mypy column offset change to 1-based (@AmjadHD)
  • Use Python-language-server's is_saved flag to only lint when file is saved (when live mode is off)