Skip to content

Commit 68cee30

Browse files
ci(pre-commit): pre-commit autoupdate (#376)
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/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.7...v0.14.9) - [github.com/pre-commit/mirrors-clang-format: v21.1.6 → v21.1.7](pre-commit/mirrors-clang-format@v21.1.6...v21.1.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ff5ba51 commit 68cee30

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
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 25.11.0
10+
rev: 25.12.0
1111
hooks:
1212
- id: black
1313

@@ -42,13 +42,13 @@ repos:
4242
- id: setup-cfg-fmt
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.14.7
45+
rev: v0.14.9
4646
hooks:
4747
- id: ruff
4848
args: [--fix, --show-fixes]
4949

5050
- repo: https://github.com/pre-commit/mirrors-clang-format
51-
rev: "v21.1.6"
51+
rev: "v21.1.7"
5252
hooks:
5353
- id: clang-format
5454
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)