Skip to content

Commit 0db3d83

Browse files
committed
Fix
1 parent 57c8753 commit 0db3d83

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pre-commit-config.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ repos:
3232
types_or: [c, c++]
3333
- repo: https://github.com/pocc/pre-commit-hooks
3434
rev: "v1.3.5"
35-
-id: clang-tidy
36-
types_or: [c, c++]
37-
args: ["-p ~/"]
35+
hooks:
36+
- id: clang-tidy
37+
types_or: [c, c++]
38+
args: ["-p ~/"]
3839
- repo: https://github.com/psf/black-pre-commit-mirror
3940
rev: "22.10.0"
4041
hooks:

0 commit comments

Comments
 (0)