Skip to content

Commit 12b2fe2

Browse files
authored
Auto-update pre-commit hooks (#15)
Update versions of tools in pre-commit configs to latest version
2 parents 7fa4ab4 + 21c68ca commit 12b2fe2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ repos:
1313
# This brings in a portable version of clang-format.
1414
# See also: https://github.com/ssciwr/clang-format-wheel
1515
- repo: https://github.com/pre-commit/mirrors-clang-format
16-
rev: v21.1.8
16+
rev: v22.1.1
1717
hooks:
1818
- id: clang-format
1919
types_or: [c++, c]
2020

2121
# CMake linting and formatting
2222
- repo: https://github.com/BlankSpruce/gersemi
23-
rev: 0.26.0
23+
rev: 0.26.1
2424
hooks:
2525
- id: gersemi
2626
name: CMake linting
@@ -36,7 +36,7 @@ repos:
3636
# - id: markdownlint
3737

3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.4.1
39+
rev: v2.4.2
4040
hooks:
4141
- id: codespell
4242
additional_dependencies:

0 commit comments

Comments
 (0)