Skip to content

Commit bba7fd1

Browse files
authored
Update binder env after pyls/pylsp migration (jupyter-lsp#638)
1 parent d8c1505 commit bba7fd1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

binder/environment.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ dependencies:
1616
- flake8 >=3.5
1717
- pip
1818
- pylint
19-
- pyls-black
20-
- pyls-isort
21-
- pyls-mypy
19+
# pyls-black was not migrated to pylsp yet
20+
# - pyls-black
21+
# 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
2225
- python-lsp-server
2326
- ruamel_yaml
2427
# for R language server and kernel

0 commit comments

Comments
 (0)