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