Skip to content

Commit aef6bf0

Browse files
⬆️🪝 update pre-commit hooks
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: v19.1.0 → v19.1.3](pre-commit/mirrors-clang-format@v19.1.0...v19.1.3)
1 parent 28957dc commit aef6bf0

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
@@ -15,7 +15,7 @@ exclude: "cxxopts|taskflow|zx|json|pybind11|pybind11_json|googletest"
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -54,7 +54,7 @@ repos:
5454

5555
# Clang-format the C++ part of the code base automatically
5656
- repo: https://github.com/pre-commit/mirrors-clang-format
57-
rev: v19.1.0
57+
rev: v19.1.3
5858
hooks:
5959
- id: clang-format
6060
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)