diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c2cd7bd5062283c9bea2bf0fafc440258db727d8..c1e3b3f53641ca2ed11905b6a224c26150bfb9de 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: v15.0.4
+    rev: v15.0.6
     hooks:
     -   id: clang-format
         args: [-i, --style=Google]