diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65aeabd18..63974c525 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.3 + rev: v19.1.5 hooks: - id: clang-format args: ['--style={BasedOnStyle: Mozilla, SortIncludes: false}']