We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3498b commit 065de9eCopy full SHA for 065de9e
1 file changed
.pre-commit-config.yaml
@@ -15,14 +15,14 @@ repos:
15
# This brings in a portable version of clang-format.
16
# See also: https://github.com/ssciwr/clang-format-wheel
17
- repo: https://github.com/pre-commit/mirrors-clang-format
18
- rev: v22.1.4
+ rev: v22.1.5
19
hooks:
20
- id: clang-format
21
types_or: [c++, c]
22
23
# CMake linting and formatting
24
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
25
- rev: 0.27.2
+ rev: 0.27.5
26
27
- id: gersemi
28
name: CMake linting
0 commit comments