diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e49bbc7..9a358fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,11 +11,11 @@ repos: - id: forbid-new-submodules - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.42.0 hooks: - id: markdownlint - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.8 + rev: v19.1.0 hooks: - id: clang-format - repo: https://github.com/pre-commit/mirrors-prettier