diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e28dccd22d86f57bed53288b29884331bc31138c..c3431968276606d4f3a491d101622a93e5981b11 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,7 +1,7 @@
 exclude: tests/test_python-syntax_error.py
 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]