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