diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b224a1b..0f1e563 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ exclude: | repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-json - id: check-merge-conflict @@ -48,7 +48,7 @@ repos: - id: yamlfmt args: [--mapping, '2', --offset, '2', --sequence, '4'] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.18 hooks: - id: mdformat additional_dependencies: @@ -56,11 +56,11 @@ repos: - mdformat-gfm - mdformat-toc - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.42.0 hooks: - id: markdownlint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.72.1 + rev: 38.128.6 hooks: - id: renovate-config-validator exclude: |