Skip to content

Commit a82b0d6

Browse files
steve-downeyednolan
authored andcommitted
Auto-update pre-commit hooks
1 parent 02affad commit a82b0d6

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
@@ -28,15 +28,15 @@ repos:
2828
# Markdown linting
2929
# Config file: .markdownlint.yaml
3030
- repo: https://github.com/igorshubovych/markdownlint-cli
31-
rev: v0.47.0
31+
rev: v0.48.0
3232
hooks:
3333
- id: markdownlint
3434
args: ['--disable', 'MD013', ' --']
3535
exclude: ^papers/
3636

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

0 commit comments

Comments
 (0)