Skip to content

Commit 4a2e7ca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.3](pappasam/toml-sort@v0.24.2...v0.24.3) - [github.com/pre-commit/mirrors-clang-format: v20.1.8 → v21.1.2](pre-commit/mirrors-clang-format@v20.1.8...v21.1.2) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0)
1 parent 49fc9e0 commit 4a2e7ca

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
@@ -14,11 +14,11 @@ repos:
1414
hooks:
1515
- id: cmake-format
1616
- repo: https://github.com/pappasam/toml-sort
17-
rev: v0.24.2
17+
rev: v0.24.3
1818
hooks:
1919
- id: toml-sort-fix
2020
- repo: https://github.com/pre-commit/mirrors-clang-format
21-
rev: v20.1.8
21+
rev: v21.1.2
2222
hooks:
2323
- id: clang-format
2424
args:
@@ -42,7 +42,7 @@ repos:
4242
- id: mixed-line-ending
4343
- id: trailing-whitespace
4444
- repo: https://github.com/psf/black
45-
rev: 25.1.0
45+
rev: 25.9.0
4646
hooks:
4747
- id: black
4848
- repo: https://github.com/pycqa/flake8

0 commit comments

Comments
 (0)