diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9ea1dce..e7165d34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v14.0.4-1 + rev: v14.0.5 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -33,7 +33,7 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v2.6.2" + rev: "v2.7.1" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]