diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03a0f49db2a9fe881c8837661ef1736987a2b337..573fdf51a9c228d5c9f5d08e9ea4405a07d5b10e 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: v14.0.5 + rev: v14.0.6 hooks: - id: clang-format args: [--style=Google]