diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 54a0b1bd3aaccd5f777b35d1dbd01de9448d756e..8d63644af3a00f7bec22a188d7c2b5b960475771 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.7
+    rev: v16.0.0
     hooks:
     -   id: clang-format
         args: [-i, --style=Google]