ma tools/dev: remove remaining parts which pull in python-language-server

This commit is contained in:
makefu 2021-12-04 21:27:30 +01:00
parent c5d9a64a5b
commit 6227121c8b

View file

@ -5,7 +5,8 @@
(python3.withPackages(ps: [
#ps.python-language-server
# the following plugins are optional, they provide type checking, import sorting and code formatting
ps.pyls-mypy ps.pyls-isort ps.pyls-black
# ps.pyls-mypy ps.pyls-isort ps.pyls-black
ps.virtualenv ps.pyserial ps.virtualenv
]))
# embedded