File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ pip install -U setuptools
44
44
Installing these plugins will add extra functionality to the language server:
45
45
46
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 .
47
+ - [ pylsp-mypy ] ( https://github.com/Richardk2n/pylsp-mypy ) : [ MyPy] ( http://mypy-lang.org/ ) type checking for Python >=3.6 .
48
48
- [ pyls-isort] ( https://github.com/paradoxxxzero/pyls-isort ) : code formatting using [ isort] ( https://github.com/PyCQA/isort ) (automatic import sorting).
49
49
- [ python-lsp-black] ( https://github.com/python-lsp/python-lsp-black ) : code formatting using [ Black] ( https://github.com/psf/black ) .
50
50
- [ pyls-memestra] ( https://github.com/QuantStack/pyls-memestra ) : detecting the use of deprecated APIs.
You can’t perform that action at this time.
0 commit comments