diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5a923026fb0ddb492337fc0e9981ea41e0ab2511..ed8c6ea1001e9e46dd1912fd077ef24450b5454d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
 exclude: tests/test_python-syntax_error.py
 repos:
 -   repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v18.1.6
+    rev: v18.1.7
     hooks:
     -   id: clang-format
         args: [-i, --style=Google]