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 5d133ff commit 68ce61eCopy full SHA for 68ce61e
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: "v4.6.0"
+ rev: "v5.0.0"
7
hooks:
8
- id: check-added-large-files
9
- id: check-case-conflict
@@ -14,7 +14,7 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/sirosen/texthooks
17
- rev: "0.6.6"
+ rev: "0.6.8"
18
19
- id: fix-ligatures
20
- id: fix-smartquotes
@@ -28,7 +28,7 @@ repos:
28
additional_dependencies: [pyyaml]
29
30
- repo: https://github.com/pre-commit/mirrors-clang-format
31
- rev: "v18.1.8"
+ rev: "v19.1.4"
32
33
- id: clang-format
34
types_or: [c++, c, cuda]
0 commit comments