Skip to content

Commit

Permalink
Merge pull request #5 from marimeireles/patch-2
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
krassowski authored Mar 19, 2021
2 parents 2239618 + ce47547 commit 0a14088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Installing these plugins will add extra functionality to the language server:
* pyls-mypy_ Mypy type checking for Python 3
* pyls-isort_ Isort import sort code formatting
* pyls-black_ for code formatting using Black_
* pyls-memestra_ for detecting the use of deprecated APIs

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.
Expand Down Expand Up @@ -165,4 +166,5 @@ This project is made available under the MIT License.
.. _pyls-mypy: https://github.com/tomv564/pyls-mypy
.. _pyls-isort: https://github.com/paradoxxxzero/pyls-isort
.. _pyls-black: https://github.com/rupert/pyls-black
.. _pyls-memestra: https://github.com/QuantStack/pyls-memestra
.. _Black: https://github.com/ambv/black

0 comments on commit 0a14088

Please sign in to comment.