diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 59434f9fc0a4e4fde7b177eceb5e0ac8e1910e3a..68d6ee19f59eb03b0e35c686e8b556757148c2c5 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.5
+    rev: v18.1.6
     hooks:
     -   id: clang-format
         args: [-i, --style=Google]