From 0f96b6942d8bc5f03af419e5c713cfc40a41595a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 28 Dec 2024 23:03:48 +0100 Subject: [PATCH] Removed black --- .local/bin/Update-pkg | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.local/bin/Update-pkg b/.local/bin/Update-pkg index 0d25d5d..d376a15 100755 --- a/.local/bin/Update-pkg +++ b/.local/bin/Update-pkg @@ -113,7 +113,6 @@ function install_node(){ function install_pyright() { # Install pyright sudo npm -s -g i pyright --force - $pip install black $PIPEXTPRE } function install_mdformat() { @@ -240,11 +239,6 @@ function install_gopls() { GO111MODULE=on go install golang.org/x/tools/gopls@latest } -function install_black() { - # Install black - $pip install black $PIPEXTPRE -} - function install_ansible() { # Install Ansible $pip install ansible ansible-lint ansible-core $PIPEXTPRE @@ -451,7 +445,6 @@ function main() { command_start install_terraform_stable command_start install_terragrunt command_start install_azure_cli - command_start install_black command_start install_ansible command_start install_meraki_ansible command_start install_ansible-language-server