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 12522db commit 1e01df1Copy full SHA for 1e01df1
.pre-commit-config.yaml
@@ -65,4 +65,5 @@ repos:
65
language: python
66
files: \.(c|cc|cxx|cpp|cl|frag|glsl|h|hpp|hxx|ih|ispc|ipp|java|js|m|mm|proto|textproto|vert)$
67
args: ['-i', '-fallback-style=none', '--style=file']
68
- additional_dependencies: ['clang-format']
+ # specify version since clang-format is not stable version-to-version
69
+ additional_dependencies: ['clang-format~=19.0.0']
0 commit comments