Skip to content

Commit 09a0c97

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.2 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.2...v19.1.7) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
1 parent 1a09ed5 commit 09a0c97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_branch: 'devel'
33
repos:
44
- repo: https://github.com/pre-commit/mirrors-clang-format
5-
rev: v19.1.2
5+
rev: v19.1.7
66
hooks:
77
- id: clang-format
88
args: [--style=Google]
@@ -25,11 +25,11 @@ repos:
2525
- id: mixed-line-ending
2626
- id: trailing-whitespace
2727
- repo: https://github.com/psf/black
28-
rev: 24.10.0
28+
rev: 25.1.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 7.1.1
32+
rev: 7.1.2
3333
hooks:
3434
- id: flake8
3535
- repo: https://github.com/cheshirekow/cmake-format-precommit

0 commit comments

Comments
 (0)