Compare commits
No commits in common. "39bc9252d6f2712e4b20f9e2b764c33d2ffc6cdc" and "9e184d9eba3aa7dcbb457e2b771292910dc4d278" have entirely different histories.
39bc9252d6
...
9e184d9eba
File diff suppressed because it is too large
Load Diff
@ -116,11 +116,6 @@ function install_pyright() {
|
||||
$pip install black $PIPEXTPRE
|
||||
}
|
||||
|
||||
function install_mdformat() {
|
||||
# Install mdformat
|
||||
$pip install mdformat $PIPEXTPRE
|
||||
}
|
||||
|
||||
function install_ruff() {
|
||||
# Install ruff
|
||||
$pip install ruff $PIPEXTPRE
|
||||
@ -432,7 +427,6 @@ function main() {
|
||||
command_start install_node
|
||||
command_start install_go
|
||||
# command_start install_pyright
|
||||
command_start install_mdformat
|
||||
command_start install_ruff
|
||||
command_start install_lazy
|
||||
command_start install_dlv
|
||||
|
Loading…
x
Reference in New Issue
Block a user