diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7026909d8..3e01efd40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: clang-format args: ['--style={BasedOnStyle: Google, SortIncludes: false, Standard: Cpp03}'] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - repo: https://github.com/psf/black