diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7caa7b26..bd23ea60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: # Lint: Shell scripts - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.8.0.3 + rev: v0.8.0.4 hooks: - id: shellcheck args: ["-x"] @@ -67,7 +67,7 @@ repos: # Lint: Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.30.0 + rev: v0.31.0 hooks: - id: markdownlint args: ["--fix"]