You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update third-party plugins in README
* Add missing pyls-flake8 link
* Better description for isort
* Add link to MyPy
* Add link to flake8
* Replace references to Language Server with LSP Server
* Mark debounce tests as flaky
Co-authored-by: Edgar Andrés Margffoy Tuay <[email protected]>
-[pyls-black](https://github.com/rupert/pyls-black) for code formatting using [Black](https://github.com/ambv/black)
49
-
-[pyls-memestra](https://github.com/QuantStack/pyls-memestra) for detecting the use of deprecated APIs
46
+
-[pyls-flake8](https://github.com/emanspeaks/pyls-flake8/): Error checking using [flake8](https://flake8.pycqa.org/en/latest/).
47
+
-[mypy-ls](https://github.com/Richardk2n/mypy-ls): [MyPy](http://mypy-lang.org/) type checking for Python 3.
48
+
-[pyls-isort](https://github.com/paradoxxxzero/pyls-isort): code formatting using [isort](https://github.com/PyCQA/isort) (automatic import sorting).
49
+
-[python-lsp-black](https://github.com/python-lsp/python-lsp-black): code formatting using [Black](https://github.com/psf/black).
50
+
-[pyls-memestra](https://github.com/QuantStack/pyls-memestra): detecting the use of deprecated APIs.
50
51
51
-
Please see the above repositories for examples on how to write plugins for the Python Language Server. Please file an issue if you require assistance writing a plugin.
52
+
Please see the above repositories for examples on how to write plugins for the Python LSP Server. Please file an issue if you require assistance writing a plugin.
52
53
53
54
## Configuration
54
55
@@ -64,7 +65,7 @@ Overall configuration is computed first from user configuration (in home directo
64
65
To enable pydocstyle for linting docstrings add the following setting in your LSP configuration:
0 commit comments