diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3956c3..52dea5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace exclude: '^(third-party|licenses)/.*$' @@ -11,7 +11,7 @@ repos: - id: check-case-conflict exclude: '^(third-party|licenses)/.*$' - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.7 + rev: v21.1.2 hooks: - id: clang-format 'types_or': [c++, c]