From 296dab5ed313e2abb996db5cbbd5af4366c3d756 Mon Sep 17 00:00:00 2001 From: phofmeier <29092952+phofmeier@users.noreply.github.com> Date: Sun, 21 Dec 2025 01:56:22 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b415d8..282e740 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,6 +42,6 @@ repos: # - id: cpplint # - id: include-what-you-use - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v21.1.7" # Use the sha / tag you want to point at + rev: "v21.1.8" # Use the sha / tag you want to point at hooks: - id: clang-format