diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63974c525..cd6b420c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.5 + rev: v19.1.7 hooks: - id: clang-format args: ['--style={BasedOnStyle: Mozilla, SortIncludes: false}']