diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d0aab8bedd99af0ca035a8eb1400b31d15cd2d5..7691eb28ae528d183d965d67aecfc83f28b22cac 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.1 + rev: v16.0.2 hooks: - id: clang-format args: [--style=Google]