We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8cc00 commit f072a8cCopy full SHA for f072a8c
.pre-commit-config.yaml
@@ -101,6 +101,19 @@ repos:
101
entry: PyBind|Numpy|Cmake|CCache
102
exclude: .pre-commit-config.yaml
103
104
+- repo: local
105
+ hooks:
106
+ - id: docker-clang-format
107
+ name: Docker Clang Format
108
+ language: docker_image
109
+ types:
110
+ - c++
111
+ entry: silkeh/clang:12
112
+ args:
113
+ - clang-format
114
+ - -style=file
115
+ - -i
116
+
117
- repo: local
118
hooks:
119
- id: check-style
0 commit comments