diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1d1f35ad..45cafcfc9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: debug-statements - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.5 + rev: v17.0.6 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -38,7 +38,7 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.1.0" + rev: "v4.0.0-alpha.3" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]