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:
5252* pyls-mypy _ Mypy type checking for Python 3
5353* pyls-isort _ Isort import sort code formatting
5454* pyls-black _ for code formatting using Black _
55+ * pyls-memestra _ for detecting the use of deprecated APIs
5556
5657Please see the above repositories for examples on how to write plugins for the Python Language Server. Please file an
5758issue if you require assistance writing a plugin.
@@ -165,4 +166,5 @@ This project is made available under the MIT License.
165166.. _pyls-mypy : https://github.com/tomv564/pyls-mypy
166167.. _pyls-isort : https://github.com/paradoxxxzero/pyls-isort
167168.. _pyls-black : https://github.com/rupert/pyls-black
169+ .. _pyls-memestra : https://github.com/QuantStack/pyls-memestra
168170.. _Black : https://github.com/ambv/black
You can’t perform that action at this time.
0 commit comments