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