We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499b7bd commit 0906201Copy full SHA for 0906201
1 file changed
.pre-commit-config.yaml
@@ -14,14 +14,14 @@ repos:
14
# This brings in a portable version of clang-format.
15
# See also: https://github.com/ssciwr/clang-format-wheel
16
- repo: https://github.com/pre-commit/mirrors-clang-format
17
- rev: v22.1.4
+ rev: v22.1.5
18
hooks:
19
- id: clang-format
20
types_or: [c++, c]
21
22
# CMake linting and formatting
23
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
24
- rev: 0.27.2
+ rev: 0.27.5
25
26
- id: gersemi
27
name: CMake linting
@@ -42,7 +42,7 @@ repos:
42
43
# Beman Standard checking via beman-tidy
44
- repo: https://github.com/bemanproject/beman-tidy
45
- rev: v0.4.0
+ rev: v0.4.1
46
47
- id: beman-tidy
48
0 commit comments