From 4f12d7a403840e7862263c8c1648b7f8f509456b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 19 Sep 2024 07:22:18 +0300 Subject: [PATCH] Update a pre-commit hook. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 675bbfc..0d1a068 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: shellcheck - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git - rev: v0.2.0 + rev: v0.5.1 hooks: - id: docker-compose - id: shell-validate -- GitLab