Skip to content

Commit ef5ddc4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v18.1.6 → v19.1.7](pre-commit/mirrors-clang-format@v18.1.6...v19.1.7) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
1 parent a2ea4c0 commit ef5ddc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ repos:
66
hooks:
77
- id: cmake-format
88
- repo: https://github.com/pre-commit/mirrors-clang-format
9-
rev: v18.1.6
9+
rev: v19.1.7
1010
hooks:
1111
- id: clang-format
1212
args:
1313
- --style=Google
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.6.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-ast
@@ -30,6 +30,6 @@ repos:
3030
- id: mixed-line-ending
3131
- id: trailing-whitespace
3232
- repo: https://github.com/psf/black
33-
rev: 24.4.2
33+
rev: 24.10.0
3434
hooks:
3535
- id: black

0 commit comments

Comments
 (0)