diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e01efd40..00a522d4a 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.6 + rev: v17.0.2 hooks: - id: clang-format args: ['--style={BasedOnStyle: Google, SortIncludes: false, Standard: Cpp03}']