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

Commit 4db46d4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v21.1.6](pre-commit/mirrors-clang-format@v21.1.2...v21.1.6) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0)
1 parent 28a4e91 commit 4db46d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v21.1.2
3+
rev: v21.1.6
44
hooks:
55
- id: clang-format
66
args: [--style=Google]
@@ -23,7 +23,7 @@ repos:
2323
- id: mixed-line-ending
2424
- id: trailing-whitespace
2525
- repo: https://github.com/psf/black-pre-commit-mirror
26-
rev: 25.9.0
26+
rev: 25.11.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)