Skip to content

Commit 5e82464

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.1](psf/black-pre-commit-mirror@25.12.0...26.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.15.7](astral-sh/ruff-pre-commit@v0.14.9...v0.15.7) - [github.com/pre-commit/mirrors-clang-format: v21.1.7 → v22.1.1](pre-commit/mirrors-clang-format@v21.1.7...v22.1.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 273b1fb commit 5e82464

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
@@ -29,19 +29,19 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/psf/black-pre-commit-mirror
32-
rev: "25.12.0"
32+
rev: "26.3.1"
3333
hooks:
3434
- id: black
3535
additional_dependencies: [tomli]
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.14.9
38+
rev: v0.15.7
3939
hooks:
4040
- id: ruff
4141
args: [--fix, --exit-non-zero-on-fix]
4242

4343
- repo: https://github.com/pre-commit/mirrors-clang-format
44-
rev: v21.1.7
44+
rev: v22.1.1
4545
hooks:
4646
- id: clang-format
4747
types_or: [c, c++]
@@ -52,7 +52,7 @@ repos:
5252
- id: cmake-format
5353

5454
- repo: https://github.com/codespell-project/codespell
55-
rev: v2.4.1
55+
rev: v2.4.2
5656
hooks:
5757
- id: codespell
5858
args: [-w]

0 commit comments

Comments
 (0)