We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a93b7 commit a0bdd19Copy full SHA for a0bdd19
1 file changed
.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: v22.1.2
+ rev: v22.1.3
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.26.1
+ rev: 0.27.0
24
25
- id: gersemi
26
name: CMake linting
0 commit comments