diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e03782d..71bed99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: exclude: ^(test/|units/|docs/reference/) args: [-L ThirdParty] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: mixed-line-ending @@ -47,7 +47,7 @@ repos: - id: debug-statements - id: detect-private-key - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.8 + rev: v19.1.6 hooks: - id: clang-format types: