chore(deps): pre-commit.ci autoupdate (#1265)

<!--pre-commit.ci start-->
updates:
- [github.com/psf/black-pre-commit-mirror: 25.11.0 →
25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.11.0...25.12.0)
- [github.com/pre-commit/mirrors-clang-format: v21.1.6 →
v21.1.7](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.6...v21.1.7)
- [github.com/JoC0de/pre-commit-prettier: v3.7.3 →
v3.7.4](https://github.com/JoC0de/pre-commit-prettier/compare/v3.7.3...v3.7.4)
- [github.com/DavidAnson/markdownlint-cli2: v0.19.1 →
v0.20.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.19.1...v0.20.0)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot]
2025-12-12 09:02:15 -08:00
committed by GitHub
parent bebc5a72c3
commit 695eff019a

View File

@@ -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