diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc0887319..c0c0f6bcd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,17 +30,17 @@ repos: - id: gitleaks - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.20.0 + rev: v0.23.0 hooks: - id: markdownlint-cli2 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/thlorenz/doctoc - rev: v2.2.0 + rev: v2.5.0 hooks: - id: doctoc args: [--update-only, --title, "## Table of Contents"]