flake: Fix python language server version

pull/57/head
Tristan Daniël Maat 2022-04-21 18:00:09 +01:00
parent 1721785d1c
commit 34235a2041
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 13 additions and 4 deletions

View File

@ -101,10 +101,19 @@
requests
ipython
python-language-server
pyls-black
pyls-isort
pyls-mypy
python3.withPackages (ppkgs:
with pkgs; [
python-lsp-server
python-lsp-black
pyls-isort
pyls-mypy
rope
pyflakes
mccabe
pycodestyle
pydocstyle
])
]))
];
shellHook = ''