chore(rtx): add lefthook plugin (#12)
[`lefthook`][0] is a githook manager for any project. [0]: https://github.com/evilmartians/lefthook Reviewed-on: #12
This commit is contained in:
parent
de5004dbf5
commit
a8e07e47d0
@ -172,6 +172,7 @@ RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \
|
|||||||
erlang \
|
erlang \
|
||||||
helm \
|
helm \
|
||||||
kubectl \
|
kubectl \
|
||||||
|
lefthook \
|
||||||
poetry \
|
poetry \
|
||||||
terraform
|
terraform
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@ erlang = "26.1.2"
|
|||||||
go = "1.21.3"
|
go = "1.21.3"
|
||||||
helm = "3.13.1"
|
helm = "3.13.1"
|
||||||
kubectl = "1.27.7"
|
kubectl = "1.27.7"
|
||||||
|
lefthook = "1.5.2"
|
||||||
node = "21.1.0"
|
node = "21.1.0"
|
||||||
poetry = "1.6.1"
|
poetry = "1.6.1"
|
||||||
python = "3.12.0"
|
python = "3.12.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user