Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 4f1702b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v20.1.8 → v21.1.2](pre-commit/mirrors-clang-format@v20.1.8...v21.1.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0)
1 parent 84145b1 commit 4f1702b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
hooks:
77
- id: cmake-format
88
- repo: https://github.com/pre-commit/mirrors-clang-format
9-
rev: v20.1.8
9+
rev: v21.1.2
1010
hooks:
1111
- id: clang-format
1212
args:
@@ -29,7 +29,7 @@ repos:
2929
- id: fix-byte-order-marker
3030
- id: mixed-line-ending
3131
- id: trailing-whitespace
32-
- repo: https://github.com/psf/black
33-
rev: 25.1.0
32+
- repo: https://github.com/psf/black-pre-commit-mirror
33+
rev: 25.9.0
3434
hooks:
3535
- id: black

0 commit comments

Comments
 (0)