diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bec67bf9..7fd6eade4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: trailing-whitespace # trims trailing whitespace. - repo: https://github.com/pre-commit/mirrors-clang-format - rev: 'v19.1.5' + rev: 'v19.1.6' hooks: - id: clang-format args: ["-style=file", "-i"]