From 84ba3e6ae16e1d384551b65ef5992adc3a19b0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chastanet?= Date: Sun, 15 Sep 2024 19:58:18 +0200 Subject: [PATCH] pre-commit upgrade bash-tools-framework 5.1.3 --- .pre-commit-config-github.yaml | 4 ++-- .pre-commit-config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config-github.yaml b/.pre-commit-config-github.yaml index 9539ab7..f97ef67 100644 --- a/.pre-commit-config-github.yaml +++ b/.pre-commit-config-github.yaml @@ -161,7 +161,7 @@ repos: exclude: /testsData/ - repo: https://github.com/fchastanet/bash-tools-framework - rev: 4.0.4 + rev: 5.1.3 hooks: - id: fixShebangExecutionBit - id: awkLint @@ -210,6 +210,6 @@ repos: stages: [manual] # GITHUB - repo: https://github.com/fchastanet/bash-compiler - rev: 0.3.4 + rev: 0.3.5 hooks: - id: buildBashBinaries diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29ce7dd..42c9e24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -156,7 +156,7 @@ repos: exclude: /testsData/ - repo: https://github.com/fchastanet/bash-tools-framework - rev: 4.0.4 + rev: 5.1.3 hooks: - id: fixShebangExecutionBit - id: awkLint @@ -205,6 +205,6 @@ repos: stages: [] # GITHUB - repo: https://github.com/fchastanet/bash-compiler - rev: 0.3.4 + rev: 0.3.5 hooks: - id: buildBashBinaries