We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28957dc commit 5bf5069Copy full SHA for 5bf5069
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ exclude: "cxxopts|taskflow|zx|json|pybind11|pybind11_json|googletest"
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.7
+ rev: 0.6.8
34
35
- id: fix-ligatures
36
- id: fix-smartquotes
@@ -54,7 +54,7 @@ repos:
54
55
# Clang-format the C++ part of the code base automatically
56
- repo: https://github.com/pre-commit/mirrors-clang-format
57
- rev: v19.1.0
+ rev: v19.1.6
58
59
- id: clang-format
60
types_or: [c++, c, cuda]
0 commit comments