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 dab6e12 commit 0ffdddeCopy full SHA for 0ffddde
.pre-commit-config.yaml
@@ -13,14 +13,14 @@ repos:
13
# This brings in a portable version of clang-format.
14
# See also: https://github.com/ssciwr/clang-format-wheel
15
- repo: https://github.com/pre-commit/mirrors-clang-format
16
- rev: v21.1.6
+ rev: v21.1.7
17
hooks:
18
- id: clang-format
19
types_or: [c++, c]
20
21
# CMake linting and formatting
22
- repo: https://github.com/BlankSpruce/gersemi
23
- rev: 0.23.2
+ rev: 0.24.0
24
25
- id: gersemi
26
name: CMake linting
0 commit comments