Major release of python-lsp-server with the following new features and changes:
- Add
DiagnosticTag
tags for Pylint, Pycodestyle, and Flake8 plugins. - Add support to connect to the server through websockets.
- Allow multiple per-file-ignores for the same pattern in Flake8 plugin.
- Parse YAPF diffs into TextEdits.
- Add support for LSP formatting
options
parameter.