We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac4510 commit dd30ff2Copy full SHA for dd30ff2
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ 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.3
+ rev: v22.1.4
17
hooks:
18
- id: clang-format
19
types_or: [c++, c]
@@ -47,7 +47,7 @@ repos:
47
48
# Beman Standard checking via beman-tidy
49
- repo: https://github.com/bemanproject/beman-tidy
50
- rev: v0.3.1
+ rev: v0.4.0
51
52
- id: beman-tidy
53
0 commit comments