Mercurial > dotfiles
diff .chezmoiscripts/run_onchange_after_41-install-language-servers.sh.tmpl @ 1087:16046b8a0b61 draft
feat: update ruff with integrated LSP
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Mon, 03 Mar 2025 09:10:21 +0100 |
parents | 6e298b8639eb |
children | 52c2a9f52cc2 |
line wrap: on
line diff
--- a/.chezmoiscripts/run_onchange_after_41-install-language-servers.sh.tmpl Mon Mar 03 09:08:33 2025 +0100 +++ b/.chezmoiscripts/run_onchange_after_41-install-language-servers.sh.tmpl Mon Mar 03 09:10:21 2025 +0100 @@ -1,7 +1,6 @@ {{ if (or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu"))) -}} {{ $taplo_version := "0.8.1" -}} -{{ $pipx_pkgs := dict "ruff" "0.2.0" - "ruff-lsp" "0.0.51" +{{ $pipx_pkgs := dict "ruff" "0.9.7" "pyright" "1.1.349" -}} #!/usr/bin/env bash