diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d20783fa92bb6d95b57549baf6cf464bf4df5eec..02555885e541e343201fb2342b5ffcb6e063b7da 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: v16.0.0 + rev: v16.0.1 hooks: - id: clang-format args: [--style=Google]