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