Skip to content

Commit 28a29c6

Browse files
authored
Merge pull request mruby#5997 from jbampton/pre-commit-autoupdate
Run `rake checkupdate` -> `pre-commit autoupdate`
2 parents ab0f229 + be722da commit 28a29c6

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/linters/.markdown-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ MD040: false
2727

2828
# MD041 first-line-heading/first-line-h1 - First line in a file should be a top-level heading
2929
MD041: false
30+
31+
# MD052/reference-links-images Reference links and images should use a label that is defined
32+
MD052: false

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ repos:
2828
- id: mixed-line-ending
2929
- id: trailing-whitespace
3030
- repo: https://github.com/Lucas-C/pre-commit-hooks
31-
rev: v1.4.2
31+
rev: v1.5.1
3232
hooks:
3333
- id: forbid-tabs
3434
exclude: Makefile$|Makefile\..+$|makefile$|\.mk$
3535
- id: remove-tabs
3636
args: [--whitespaces-count, '2']
3737
exclude: Makefile$|Makefile\..+$|makefile$|\.mk$
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.2.2
39+
rev: v2.2.4
4040
hooks:
4141
- id: codespell
4242
name: Run codespell
@@ -49,7 +49,7 @@ repos:
4949
name: Local policy is to exclude extension from all shell files
5050
types: [shell]
5151
- repo: https://github.com/igorshubovych/markdownlint-cli
52-
rev: v0.33.0
52+
rev: v0.34.0
5353
hooks:
5454
- id: markdownlint
5555
name: Run markdownlint
@@ -58,7 +58,7 @@ repos:
5858
types: [markdown]
5959
files: \.(md|mdown|markdown)$
6060
- repo: https://github.com/adrienverge/yamllint
61-
rev: v1.29.0
61+
rev: v1.31.0
6262
hooks:
6363
- id: yamllint
6464
name: Run yamllint

codespell.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ans
22
ba
3+
celler
34
clen
45
creat
56
delet
@@ -18,3 +19,4 @@ ro
1819
runn
1920
sting
2021
upto
22+
wronly

0 commit comments

Comments
 (0)