From 3b543754b3b7d273003b3a1ad0fa11cdd0f999ce Mon Sep 17 00:00:00 2001 From: Eduard Veit Date: Sun, 12 Sep 2021 22:55:06 +0200 Subject: [PATCH] :recycle: normalizing pre-commit configuration to a top-level map --- .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