From 06a8b433fb7296a1341d5a33783292f383998de1 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 3 Nov 2023 21:11:02 +0200 Subject: [PATCH] pre-commit: Update the shellcheck 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 4c49ebe..675bbfc 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.9.0.6 hooks: - id: shellcheck -- GitLab