Skip to content

Commit 0aa4254

Browse files
ci(pre-commit): pre-commit autoupdate (#373)
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v21.1.6](pre-commit/mirrors-clang-format@v21.1.2...v21.1.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4ae3c80 commit 0aa4254

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

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

@@ -31,7 +31,7 @@ repos:
3131
- id: isort
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.21.0
34+
rev: v3.21.2
3535
hooks:
3636
- id: pyupgrade
3737
args: ["--py39-plus"]
@@ -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.3
45+
rev: v0.14.7
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.2"
51+
rev: "v21.1.6"
5252
hooks:
5353
- id: clang-format
5454
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)