We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021333a commit 28e15ecCopy full SHA for 28e15ec
.pre-commit-config.yaml
@@ -108,6 +108,19 @@ repos:
108
entry: PyBind|Numpy|Cmake|CCache
109
exclude: .pre-commit-config.yaml
110
111
+- repo: local
112
+ hooks:
113
+ - id: docker-clang-format
114
+ name: Docker Clang Format
115
+ language: docker_image
116
+ types:
117
+ - c++
118
+ entry: silkeh/clang:12
119
+ args:
120
+ - clang-format
121
+ - -style=file
122
+ - -i
123
+
124
- repo: local
125
hooks:
126
- id: check-style
0 commit comments