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 bd370d2 commit e6ec021Copy full SHA for e6ec021
.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.2
+ rev: v21.1.5
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.22.3
+ rev: 0.23.1
24
25
- id: gersemi
26
name: CMake linting
0 commit comments