Skip to content

Commit 695eff0

Browse files
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](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.6 → v21.1.7](pre-commit/mirrors-clang-format@v21.1.6...v21.1.7) - [github.com/JoC0de/pre-commit-prettier: v3.7.3 → v3.7.4](JoC0de/pre-commit-prettier@v3.7.3...v3.7.4) - [github.com/DavidAnson/markdownlint-cli2: v0.19.1 → v0.20.0](DavidAnson/markdownlint-cli2@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>
1 parent bebc5a7 commit 695eff0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/psf/black-pre-commit-mirror
8-
rev: 25.11.0
8+
rev: 25.12.0
99
hooks:
1010
- id: black
1111

@@ -28,7 +28,7 @@ repos:
2828
- id: debug-statements
2929

3030
- repo: https://github.com/pre-commit/mirrors-clang-format
31-
rev: v21.1.6
31+
rev: v21.1.7
3232
hooks:
3333
- id: clang-format
3434
types_or: [c++, c, cuda]
@@ -40,7 +40,7 @@ repos:
4040
additional_dependencies: [pyyaml]
4141

4242
- repo: https://github.com/JoC0de/pre-commit-prettier
43-
rev: v3.7.3
43+
rev: v3.7.4
4444
hooks:
4545
- id: prettier
4646
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: script-must-have-extension
5252
- repo: https://github.com/DavidAnson/markdownlint-cli2
53-
rev: v0.19.1 # Use the latest stable version
53+
rev: v0.20.0 # Use the latest stable version
5454
hooks:
5555
- id: markdownlint-cli2
5656
args: ["--fix", "--config", "./scripts/.markdownlint-cli2.jsonc"] # Optional: specify a custom config file

0 commit comments

Comments
 (0)