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.
2 parents 7fa4ab4 + 21c68ca commit 12b2fe2Copy full SHA for 12b2fe2
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: v21.1.8
+ rev: v22.1.1
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.0
+ rev: 0.26.1
24
25
- id: gersemi
26
name: CMake linting
@@ -36,7 +36,7 @@ repos:
36
# - id: markdownlint
37
38
- repo: https://github.com/codespell-project/codespell
39
- rev: v2.4.1
+ rev: v2.4.2
40
41
- id: codespell
42
additional_dependencies:
0 commit comments