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

Commit 06c4ed8

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 6053dd3 commit 06c4ed8

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
@@ -3,7 +3,7 @@ ci:
33
autoupdate_branch: 'devel'
44
repos:
55
- repo: https://github.com/pre-commit/mirrors-clang-format
6-
rev: v20.1.8
6+
rev: v21.1.2
77
hooks:
88
- id: clang-format
99
args: [--style=Google]
@@ -25,8 +25,8 @@ repos:
2525
- id: fix-byte-order-marker
2626
- id: mixed-line-ending
2727
- id: trailing-whitespace
28-
- repo: https://github.com/psf/black
29-
rev: 25.1.0
28+
- repo: https://github.com/psf/black-pre-commit-mirror
29+
rev: 25.9.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)