We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d3546 commit 7f9c55cCopy full SHA for 7f9c55c
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ ci:
15
repos:
16
# Standard hooks
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v4.6.0
+ rev: v5.0.0
19
hooks:
20
- id: check-added-large-files
21
- id: check-case-conflict
@@ -30,7 +30,7 @@ repos:
30
31
# Handling unwanted unicode characters
32
- repo: https://github.com/sirosen/texthooks
33
- rev: 0.6.6
+ rev: 0.6.7
34
35
- id: fix-ligatures
36
- id: fix-smartquotes
@@ -52,7 +52,7 @@ repos:
52
53
# Clang-format the C++ part of the code base automatically
54
- repo: https://github.com/pre-commit/mirrors-clang-format
55
- rev: v18.1.8
+ rev: v19.1.1
56
57
- id: clang-format
58
types_or: [c++, c, cuda]
0 commit comments