Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_41-install-language-servers.sh.tmpl @ 839:053b735696ba
chore: update pyright
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 02 Feb 2024 17:44:25 +0100 |
parents | ae7f7cf6639b |
children | f3e87577dd3a |
comparison
equal
deleted
inserted
replaced
838:ae7f7cf6639b | 839:053b735696ba |
---|---|
1 {{ if (or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu"))) -}} | 1 {{ if (or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu"))) -}} |
2 {{ $taplo_version := "0.8.1" -}} | 2 {{ $taplo_version := "0.8.1" -}} |
3 {{ $pipx_pkgs := dict "ruff" "0.2.0" | 3 {{ $pipx_pkgs := dict "ruff" "0.2.0" |
4 "ruff-lsp" "0.0.51" | 4 "ruff-lsp" "0.0.51" |
5 "pyright" "1.1.338" -}} | 5 "pyright" "1.1.349" -}} |
6 #!/usr/bin/env bash | 6 #!/usr/bin/env bash |
7 | 7 |
8 set -xe | 8 set -xe |
9 | 9 |
10 eval "$($HOME/bin/rtx activate bash)" | 10 eval "$($HOME/bin/rtx activate bash)" |