Skip to content

Commit 19a5e5f

Browse files
committed
update pre-commit dependency
1 parent 326c060 commit 19a5e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ repos:
2020

2121
# CMake linting and formatting
2222
- repo: https://github.com/BlankSpruce/gersemi
23-
rev: 0.15.1
23+
rev: 0.17.0
2424
hooks:
2525
- id: gersemi
2626
name: CMake linting
2727

2828
# Markdown linting
2929
# Config file: .markdownlint.yaml
3030
- repo: https://github.com/igorshubovych/markdownlint-cli
31-
rev: v0.41.0
31+
rev: v0.43.0
3232
hooks:
3333
- id: markdownlint
3434
exclude: ^papers/
3535

3636
# Config file: .codespell_ignore
3737
- repo: https://github.com/codespell-project/codespell
38-
rev: v2.2.6
38+
rev: v2.3.0
3939
hooks:
4040
- id: codespell
4141
args: ['-I', '.codespell_ignore', '--uri-ignore-words-list']

0 commit comments

Comments
 (0)