diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 53e5b2de..379475f6 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: v19.1.5 + rev: v19.1.6 hooks: - id: clang-format types_or: [c++, c] args: [-i, --style=file] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.17.0 + rev: v0.17.1 hooks: - id: markdownlint-cli2-rules-docker - repo: https://github.com/codespell-project/codespell