Skip to content

Commit a40f05a

Browse files
⬆️🪝 update pre-commit hooks (#94)
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.1](pre-commit/mirrors-clang-format@v19.1.0...v19.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fd9a788 commit a40f05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ci:
1414
repos:
1515
# Standard hooks
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: "v4.6.0"
17+
rev: "v5.0.0"
1818
hooks:
1919
- id: check-added-large-files
2020
- id: check-case-conflict
@@ -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.0"
39+
rev: "v19.1.1"
4040
hooks:
4141
- id: clang-format
4242
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)