diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9f194573966afa629472b5405c9ce2fbbc748054..459a7e2bc75862a166162175e2262ccfea1e9fd9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
     autoupdate_branch: 'devel'
 repos:
 -   repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v15.0.7
+    rev: v16.0.0
     hooks:
     -   id: clang-format
         args: [--style=Google]