diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5066e48..81d9fb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,21 +1,18 @@ repos: - - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + - repo: https://github.com/koalaman/shellcheck-precommit + rev: v0.11.0 hooks: - id: shellcheck - types: [shell] files: \.(sh|bats)$ - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.9.0-1 + rev: v3.12.0-2 hooks: - - id: shfmt + - id: shfmt-docker args: [-sr, -i, '2', -w, -ci] - types: [shell] files: \.(sh|bats)$ - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.15.0 + rev: v0.21.0 hooks: - - id: markdownlint-cli2 - types: [markdown] + - id: markdownlint-cli2-docker