Skip to content

Commit 9028e31

Browse files
⬆️🪝 update pre-commit hooks (#95)
updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.1 → v19.1.2](pre-commit/mirrors-clang-format@v19.1.1...v19.1.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a40f05a commit 9028e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636

3737
# Clang-format the C++ part of the code base automatically
3838
- repo: https://github.com/pre-commit/mirrors-clang-format
39-
rev: "v19.1.1"
39+
rev: "v19.1.2"
4040
hooks:
4141
- id: clang-format
4242
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)