Skip to content

Commit 971848b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.3...v0.9.4) - [github.com/pre-commit/mirrors-clang-format: v19.1.5 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.5...v19.1.7) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent a523389 commit 971848b

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
@@ -27,19 +27,19 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/psf/black
30-
rev: "24.10.0"
30+
rev: "25.1.0"
3131
hooks:
3232
- id: black
3333
additional_dependencies: [tomli]
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.8.3
36+
rev: v0.9.4
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]
4040

4141
- repo: https://github.com/pre-commit/mirrors-clang-format
42-
rev: v19.1.5
42+
rev: v19.1.7
4343
hooks:
4444
- id: clang-format
4545
types_or: [c, c++]
@@ -50,7 +50,7 @@ repos:
5050
- id: cmake-format
5151

5252
- repo: https://github.com/codespell-project/codespell
53-
rev: v2.3.0
53+
rev: v2.4.1
5454
hooks:
5555
- id: codespell
5656
args: [-w]

0 commit comments

Comments
 (0)