diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf9f6d06..9e4bfae1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,13 +12,13 @@ repos: hooks: - id: yamllint - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.2 + rev: v21.1.5 hooks: - id: clang-format types_or: [c++, c] args: [-i, --style=file] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.18.1 + rev: v0.19.0 hooks: - id: markdownlint-cli2-rules-docker - repo: https://github.com/codespell-project/codespell