Skip to content

Commit 5a7cf74

Browse files
authored
Bump version of pre-commit hooks (#3512) (#3513)
1 parent ea95fea commit 5a7cf74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ repos:
6363

6464
# CPP hooks
6565
- repo: https://github.com/pre-commit/mirrors-clang-format
66-
rev: v22.1.5
66+
rev: v22.1.8
6767
hooks:
6868
- id: clang-format
6969
args: ['-fallback-style=none', '-i']
@@ -126,7 +126,7 @@ repos:
126126
# Spellcheck in comments and docs
127127
# skipping of *.svg files is not working...
128128
- repo: https://github.com/codespell-project/codespell
129-
rev: v2.4.2
129+
rev: v2.4.3
130130
hooks:
131131
- id: codespell
132132
args: ['--write-changes', '--uri-ignore-words-list=ist', '-L manuel']

0 commit comments

Comments
 (0)