From 2295df13c2ecf29ddb4c800268eea6a10be5365e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 18 Sep 2024 20:02:23 +0300 Subject: [PATCH] Update yet another 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 d0ba679..ab9660f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,6 +43,6 @@ repos: - id: shell-validate - repo: https://github.com/AleksaC/hadolint-py.git - rev: v2.1.0 + rev: v2.12.1b3 hooks: - id: hadolint -- GitLab