diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04db43ef..5b6e0c02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: - id: ruff args: [--fix, --show-fixes, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.6 + rev: v18.1.7 hooks: - id: clang-format - repo: https://github.com/cpplint/cpplint