From 28e0af7c25b26c27add43231786e452c76eb0253 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 18 Sep 2024 19:57:19 +0300 Subject: [PATCH] Update the shellcheck 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 a0133f3..d0ba679 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: mdformat - repo: https://github.com/shellcheck-py/shellcheck-py.git - rev: v0.7.2.1 + rev: v0.10.0.1 hooks: - id: shellcheck -- GitLab