Removed black
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user