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 7ca789f598
commit a479db8626
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

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