diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2654f6cb3b..98a6b3ded6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,13 +4,13 @@ repos: hooks: - id: check-yaml - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.2 + rev: v17.0.3 hooks: - id: clang-format files: '.*\.(hpp|cpp|h)' exclude: '(vendor/.*|platform/(ios|darwin|macos)/.*|test/ios/.*|render-test/ios/.*|benchmark/ios/.*)' - repo: https://github.com/keith/pre-commit-buildifier - rev: 6.3.3 + rev: 6.3.3.1 hooks: - id: buildifier - repo: https://github.com/Mateusz-Grzelinski/actionlint-py