From f942a4495de0120bf07366c8db67ecee87e44ad7 Mon Sep 17 00:00:00 2001 From: Eduard Veit Date: Mon, 13 Sep 2021 00:26:17 +0200 Subject: [PATCH] =?UTF-8?q?dev:=EF=B8=8F=20=E2=9C=A8=20change=20git=20hook?= =?UTF-8?q?s=20and=20add=20shfmt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 911f54a..37554b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: -- repo: git://github.com/detailyang/pre-commit-shell - rev: v1.0.6 + - repo: https://github.com/syntaqx/git-hooks + rev: v0.0.17 hooks: - - id: shell-lint - #args: [--format=json] \ No newline at end of file + - id: shellcheck + - id: shfmt \ No newline at end of file