diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80916a3da..ecf6c8a21 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: v18.1.7 + rev: v18.1.8 hooks: - id: clang-format args: ['--style={BasedOnStyle: Mozilla, SortIncludes: false}']