Skip to content

Commit 9a4156b

Browse files
authored
Update Readme with link to python-lsp-ruff and mention to code actions (#312)
1 parent 659f6e5 commit 9a4156b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Installing these plugins will add extra functionality to the language server:
8080
- [python-lsp-black](https://github.com/python-lsp/python-lsp-black): code formatting using [Black](https://github.com/psf/black).
8181
- [pyls-memestra](https://github.com/QuantStack/pyls-memestra): detecting the use of deprecated APIs.
8282
- [pylsp-rope](https://github.com/python-rope/pylsp-rope): Extended refactoring capabilities using [Rope](https://github.com/python-rope/rope).
83+
- [python-lsp-ruff](https://github.com/python-lsp/python-lsp-ruff): Extensive and fast linting using [ruff](https://github.com/charliermarsh/ruff).
8384

8485
Please see the above repositories for examples on how to write plugins for the Python LSP Server.
8586

@@ -142,6 +143,7 @@ pip install 'python-lsp-server[websockets]'
142143
* Auto Completion
143144
* [Autoimport](docs/autoimport.md)
144145
* Code Linting
146+
* Code actions
145147
* Signature Help
146148
* Go to definition
147149
* Hover

0 commit comments

Comments
 (0)