diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ed46bf6499f37072fe1383c44c6f47759fa75262..4102f9fa3e31dcade839f5e5317d59a821ec8927 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,12 +2,12 @@ ci:
     autoupdate_branch: 'devel'
 repos:
 -   repo: https://github.com/pre-commit/mirrors-clang-format
-    rev: v14.0.3
+    rev: v14.0.4-1
     hooks:
     -   id: clang-format
-        args: ['-i', '--style={BasedOnStyle: Google, SortIncludes: false}']
+        args: ['--style={BasedOnStyle: Google, SortIncludes: false}']
 -   repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.2.0
+    rev: v4.3.0
     hooks:
     -   id: trailing-whitespace
 -   repo: https://github.com/psf/black