Skip to content

0.17.0

Compare
Choose a tag to compare
@gatesn gatesn released this 26 Mar 21:47
· 167 commits to develop since this release
aaa362c
  • Fixes TCP server startup
  • Allows LSP requests for documents that haven't been opened
  • Decides which PyFlakes diagnostics are errors vs warnings
  • Lazily constructs rope projects
  • Makes most PYLS plugins optional and enabled iff their dependencies are installed
  • Adds support for autopep8, preferred over YAPF
  • Debounces linting based on document URI
  • Catches rope completion exceptions when document contains syntax errors.
  • Depends on configparser only for Python 2.x