diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f41cbf67..ed218b775 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black @@ -28,7 +28,7 @@ repos: - id: debug-statements - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.6 + rev: v21.1.7 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -40,7 +40,7 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/JoC0de/pre-commit-prettier - rev: v3.7.3 + rev: v3.7.4 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -50,7 +50,7 @@ repos: hooks: - id: script-must-have-extension - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.19.1 # Use the latest stable version + rev: v0.20.0 # Use the latest stable version hooks: - id: markdownlint-cli2 args: ["--fix", "--config", "./scripts/.markdownlint-cli2.jsonc"] # Optional: specify a custom config file