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 8d400cf commit cab7c66Copy full SHA for cab7c66
.pre-commit-config.yaml
@@ -32,7 +32,9 @@ repos:
32
.*\.hpp$|
33
.*\.h$|
34
.*\.cu$|
35
- .*\.cuh$
+ .*\.cuh$|
36
+ .*\.py$|
37
+ .*\.json$
38
)
39
- id: mixed-line-ending
40
exclude: |
@@ -53,7 +55,9 @@ repos:
53
55
54
56
57
58
59
60
61
62
- id: trailing-whitespace
63
@@ -74,7 +78,9 @@ repos:
74
78
75
79
76
80
77
81
82
83
84
85
- repo: https://github.com/pre-commit/mirrors-clang-format
86
rev: v19.1.6
0 commit comments