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