chore(rtx): add lefthook plugin #12

Merged
joao.dubas merged 1 commits from jpd/rtx/add-lefthook-plugin into main 2023-11-07 10:47:32 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 08d63fbf8c - Show all commits

View File

@ -172,6 +172,7 @@ RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \
erlang \
helm \
kubectl \
lefthook \
poetry \
terraform

View File

@ -5,6 +5,7 @@ erlang = "26.1.2"
go = "1.21.3"
helm = "3.13.1"
kubectl = "1.27.7"
lefthook = "1.5.2"
node = "21.1.0"
poetry = "1.6.1"
python = "3.12.0"