flake: Fix python language server version

This commit is contained in:
Tristan Daniël Maat 2022-04-21 18:00:09 +01:00
parent 1721785d1c
commit 34235a2041
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

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