Skip to content

Commit

Permalink
Add pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Nov 11, 2024
1 parent 5e809d2 commit 0a58f71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ install-fish: enforce-running
# doesn't work because of attached tty on create there is no reinit of the shell
#$(CONTAINERR) exec -it openvas-dev /bin/bash -c "sudo chsh -s /usr/bin/fish user"

install-pyright: enforce-running
$(CONTAINERR) exec -it openvas-dev /bin/bash -c "pipx install pyright"


install-rg-fzf: enforce-running
$(CONTAINERR) exec -it openvas-dev /bin/bash -c "sudo apt update"
Expand Down

0 comments on commit 0a58f71

Please sign in to comment.