From eaa3e29850b6194880662dbb5670b0c2bbc06a33 Mon Sep 17 00:00:00 2001 From: Tijs Verkoyen Date: Mon, 15 Apr 2024 11:55:35 +0200 Subject: [PATCH] Increased pre-commit hook version --- git/git_template/hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/git_template/hooks/pre-commit b/git/git_template/hooks/pre-commit index 02ed8b7..a715bfc 100755 --- a/git/git_template/hooks/pre-commit +++ b/git/git_template/hooks/pre-commit @@ -3,7 +3,7 @@ # This script will pass all our added, copied, modified or renamed files to our # sumo hooks:check command, which will check them and report back errors # -# @version 1.0.0 +# @version 1.0.1 # @author Tijs Verkoyen # Check if we're on a semi-secret empty tree