Skip to content

Commit 5459f05

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.2](pre-commit/mirrors-clang-format@v18.1.8...v19.1.2)
1 parent e8c9511 commit 5459f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
exclude: ^(test/|units/|docs/reference/)
3232
args: [-L ThirdParty]
3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: v4.6.0
34+
rev: v5.0.0
3535
hooks:
3636
- id: check-added-large-files
3737
- id: mixed-line-ending
@@ -47,7 +47,7 @@ repos:
4747
- id: debug-statements
4848
- id: detect-private-key
4949
- repo: https://github.com/pre-commit/mirrors-clang-format
50-
rev: v18.1.8
50+
rev: v19.1.2
5151
hooks:
5252
- id: clang-format
5353
types:

0 commit comments

Comments
 (0)