1
0
Fork 0

update Python dev tools management

master
Adrien Abraham 2 years ago
parent fa03eb5aad
commit 8c021c1e15

@ -1,13 +1,12 @@
#!/bin/bash
pip3 install python-lsp-server
ask_install() {
packages="$@"
read -p "Install $packages? [y/n] " -n 1 -r ; echo
[[ "$REPLY" = y ]] && pip3 install $packages
}
ask_install pyflakes
ask_install black python-lsp-black
ask_install mypy pylsp-mypy
ask_install jedi-language-server
ask_install pycodestyle
ask_install pylint
ask_install mypy
Loading…
Cancel
Save