Removed black
This commit is contained in:
parent
ab58cf021b
commit
0f96b6942d
@ -113,7 +113,6 @@ function install_node(){
|
|||||||
function install_pyright() {
|
function install_pyright() {
|
||||||
# Install pyright
|
# Install pyright
|
||||||
sudo npm -s -g i pyright --force
|
sudo npm -s -g i pyright --force
|
||||||
$pip install black $PIPEXTPRE
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_mdformat() {
|
function install_mdformat() {
|
||||||
@ -240,11 +239,6 @@ function install_gopls() {
|
|||||||
GO111MODULE=on go install golang.org/x/tools/gopls@latest
|
GO111MODULE=on go install golang.org/x/tools/gopls@latest
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_black() {
|
|
||||||
# Install black
|
|
||||||
$pip install black $PIPEXTPRE
|
|
||||||
}
|
|
||||||
|
|
||||||
function install_ansible() {
|
function install_ansible() {
|
||||||
# Install Ansible
|
# Install Ansible
|
||||||
$pip install ansible ansible-lint ansible-core $PIPEXTPRE
|
$pip install ansible ansible-lint ansible-core $PIPEXTPRE
|
||||||
@ -451,7 +445,6 @@ function main() {
|
|||||||
command_start install_terraform_stable
|
command_start install_terraform_stable
|
||||||
command_start install_terragrunt
|
command_start install_terragrunt
|
||||||
command_start install_azure_cli
|
command_start install_azure_cli
|
||||||
command_start install_black
|
|
||||||
command_start install_ansible
|
command_start install_ansible
|
||||||
command_start install_meraki_ansible
|
command_start install_meraki_ansible
|
||||||
command_start install_ansible-language-server
|
command_start install_ansible-language-server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user