feat: add pre-commit to tool versions and installation scripts

This commit is contained in:
Lubos Zima
2025-06-17 21:27:13 +07:00
parent 2ec5302a84
commit b1b09e2e4c
3 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,4 @@ python 3.9.6
task 3.44.0
shfmt 3.11.0
shellcheck 0.10.0
pre-commit 4.2.0

View File

@ -15,3 +15,4 @@ asdf plugin add python
asdf plugin add task
asdf plugin add shfmt
asdf plugin add shellcheck
asdf plugin add pre-commit

View File

@ -19,3 +19,4 @@ echo "Installing asdf plugins..."
"$(go env GOPATH)/bin/asdf" plugin add task
"$(go env GOPATH)/bin/asdf" plugin add shfmt
"$(go env GOPATH)/bin/asdf" plugin add shellcheck
"$(go env GOPATH)/bin/asdf" plugin add pre-commit