File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ Installing these plugins will add extra functionality to the language server:
52
52
* pyls-mypy _ Mypy type checking for Python 3
53
53
* pyls-isort _ Isort import sort code formatting
54
54
* pyls-black _ for code formatting using Black _
55
+ * pyls-memestra _ for detecting the use of deprecated APIs
55
56
56
57
Please see the above repositories for examples on how to write plugins for the Python Language Server. Please file an
57
58
issue if you require assistance writing a plugin.
@@ -165,4 +166,5 @@ This project is made available under the MIT License.
165
166
.. _pyls-mypy : https://github.com/tomv564/pyls-mypy
166
167
.. _pyls-isort : https://github.com/paradoxxxzero/pyls-isort
167
168
.. _pyls-black : https://github.com/rupert/pyls-black
169
+ .. _pyls-memestra : https://github.com/QuantStack/pyls-memestra
168
170
.. _Black : https://github.com/ambv/black
You can’t perform that action at this time.
0 commit comments