We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9a788 commit a40f05aCopy full SHA for a40f05a
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ ci:
14
repos:
15
# Standard hooks
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: "v4.6.0"
+ rev: "v5.0.0"
18
hooks:
19
- id: check-added-large-files
20
- id: check-case-conflict
@@ -36,7 +36,7 @@ repos:
36
37
# Clang-format the C++ part of the code base automatically
38
- repo: https://github.com/pre-commit/mirrors-clang-format
39
- rev: "v19.1.0"
+ rev: "v19.1.1"
40
41
- id: clang-format
42
types_or: [c++, c, cuda]
0 commit comments