diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d5ae37eb96..d8fda51b71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: check-added-large-files @@ -41,7 +41,7 @@ repos: types_or: [json] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.6 + rev: v17.0.2 hooks: - id: clang-format files: runtime/.+\.(c|h)$