diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ce0a7b96729b4dffef54a11056247a7715b5ab54..b188c7e0cb4453d7ee74fd06cb173a2d8760e005 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: v13.0.1
+    rev: v14.0.1
     hooks:
     -   id: clang-format
         args: [-i, --style=Google]