diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44522c3e..5edebf63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: yamllint args: [--strict] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.22.1 + rev: v0.23.0 hooks: - id: markdownlint-cli2 args: ["--fix", "--config", ".markdownlint-cli2.yaml"] @@ -33,7 +33,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.25.0 + rev: v9.26.0 hooks: - id: commitlint stages: [commit-msg]