Skip to content

Commit bd7b694

Browse files
authored
Merge pull request #200 from jbampton/pre-commit-autoupdate
Update pre-commit hooks
2 parents 3787b7e + bd6f7e6 commit bd7b694

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: identity
1212
- id: check-hooks-apply
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -28,28 +28,28 @@ repos:
2828
# hooks:
2929
# - id: remove-tabs
3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.3.0
31+
rev: v2.4.1
3232
hooks:
3333
- id: codespell
3434
name: Run codespell
3535
description: Check spelling with codespell
3636
entry: codespell --ignore-words=codespell.txt
3737
exclude: ^_site/.*$|^vendor/.*$
3838
- repo: https://github.com/igorshubovych/markdownlint-cli
39-
rev: v0.41.0
39+
rev: v0.44.0
4040
hooks:
4141
- id: markdownlint
4242
name: Run markdownlint
4343
args: [--config=.github/linters/.markdown-lint.yml]
4444
exclude: ^\.github/.*$|^_site/.*$|^vendor/.*$
4545
- repo: https://github.com/tcort/markdown-link-check
46-
rev: v3.12.2
46+
rev: v3.13.7
4747
hooks:
4848
- id: markdown-link-check
4949
args: ["-q", "-c", ".markdown-link-check.json"]
5050
files: ^(?!.*(network|blog|index)\.md$).*\.md$
5151
- repo: https://github.com/adrienverge/yamllint
52-
rev: v1.35.1
52+
rev: v1.37.0
5353
hooks:
5454
- id: yamllint
5555
name: Check YAML files with yamllint

codespell.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
abd
12
convertor
23
mater
34
rouge

0 commit comments

Comments
 (0)