From da9dfda2079ef80f0826c14735eb856de4d8da9a Mon Sep 17 00:00:00 2001 From: maze Date: Tue, 24 Feb 2026 15:39:03 +0100 Subject: [PATCH] Installed shellcheck --- .pre-commit-config.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9feeb2e..94bb4b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,11 +2,16 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - - id: check-yaml - - id: end-of-file-fixer - - id: trailing-whitespace + - id: check-yaml + - id: end-of-file-fixer + - id: trailing-whitespace - repo: https://github.com/golangci/golangci-lint rev: v2.10.1 hooks: - - id: golangci-lint + - id: golangci-lint + +- repo: https://github.com/shellcheck-py/shellcheck-py + rev: v0.11.0.1 + hooks: + - id: shellcheck