From 3cdcdbc8bf2a364e8f8856326988accde16083e3 Mon Sep 17 00:00:00 2001 From: Eduard Veit Date: Sun, 12 Sep 2021 22:55:06 +0200 Subject: [PATCH] =?UTF-8?q?cosmetic:=20=E2=99=BB=EF=B8=8F=20normalizing=20?= =?UTF-8?q?pre-commit=20configuration=20to=20a=20top-level=20map?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9281b2e..911f54a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,6 @@ -- repo: git://github.com/detailyang/pre-commit-shell - rev: v1.0.6 - hooks: - - id: shell-lint +repos: +- repo: git://github.com/detailyang/pre-commit-shell + rev: v1.0.6 + hooks: + - id: shell-lint #args: [--format=json] \ No newline at end of file