We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5463ac + e6ec021 commit 6f02087Copy full SHA for 6f02087
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.2
+ rev: v21.1.5
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.22.3
+ rev: 0.23.1
24
25
- id: gersemi
26
name: CMake linting
@@ -39,4 +39,4 @@ repos:
39
40
- id: codespell
41
42
-exclude: 'cookiecutter/'
+exclude: 'cookiecutter/|infra/'
0 commit comments