Skip to content

Commit 34f5b7b

Browse files
committed
Update pre-commit plugin versions
Update precommit hooks to latest versions.
1 parent ed2413e commit 34f5b7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -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: v18.1.8
16+
rev: v21.1.2
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.17.0
23+
rev: 0.22.3
2424
hooks:
2525
- id: gersemi
2626
name: CMake linting
@@ -36,7 +36,7 @@ repos:
3636

3737
# Config file: .codespell_ignore
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.3.0
39+
rev: v2.4.1
4040
hooks:
4141
- id: codespell
4242
args: ['-I', '.codespell_ignore', '--uri-ignore-words-list', '*']

0 commit comments

Comments
 (0)