diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6b32ee3699dca71a9210293e39d9ea1172d0fe17..5f37867566eb592d921ab20bad502b64a3edefc2 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.1
+    rev: v18.1.2
     hooks:
     -   id: clang-format
         args: [-i, --style=Google]