diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bbc21a86a70734c049e230480bd8692ad78e99bc..1150ffc350ff7fff57f1e3749d241a5384bda3e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: clang-format args: [--style=Google] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - repo: https://github.com/psf/black