We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c1505 commit bba7fd1Copy full SHA for bba7fd1
binder/environment.yml
@@ -16,9 +16,12 @@ dependencies:
16
- flake8 >=3.5
17
- pip
18
- pylint
19
- - pyls-black
20
- - pyls-isort
21
- - pyls-mypy
+ # pyls-black was not migrated to pylsp yet
+ # - pyls-black
+ # pyls-isort already migrated to pylsp but there is no point enabling
22
+ # it right now as we do not support actions support yet (PRs welcome)
23
+ # - pyls-isort
24
+ - pylsp-mypy
25
- python-lsp-server
26
- ruamel_yaml
27
# for R language server and kernel
0 commit comments