diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed1bc5b44665f5674adc9dcf9de5a70e5d243c21..8d0aab8bedd99af0ca035a8eb1400b31d15cd2d5 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]