diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85a6373b..e0bcb0cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.7.3" + rev: "v3.7.4" hooks: - id: prettier types_or: [yaml, html, css, scss, javascript, json] @@ -46,7 +46,7 @@ repos: args: ["--prose-wrap=always"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.7" + rev: "v0.14.10" hooks: - id: ruff types_or: [file] @@ -96,7 +96,7 @@ repos: additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.35.0" + rev: "0.36.0" hooks: - id: check-dependabot - id: check-github-workflows @@ -114,7 +114,7 @@ repos: types_or: [c++] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.6 + rev: v21.1.8 hooks: - id: clang-format types_or: [c++]