diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29b15784..d4e5cc40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,13 +59,13 @@ repos: # Clang-format the C++ part of the code base automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.1 + rev: v16.0.2 hooks: - id: clang-format types_or: [c++, c, cuda] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.261 + rev: v0.0.262 hooks: - id: ruff args: ["--fix"] @@ -86,7 +86,7 @@ repos: # Format configuration files with prettier - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.6" + rev: "v3.0.0-alpha.9-for-vscode" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]