Skip to content

Commit 6cf5a98

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.1.3](editorconfig-checker/editorconfig-checker.python@3.0.3...3.1.3) - [github.com/rhysd/actionlint: v1.7.4 → v1.7.7](rhysd/actionlint@v1.7.4...v1.7.7) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21) - [github.com/DavidAnson/markdownlint-cli2: v0.16.0 → v0.17.2](DavidAnson/markdownlint-cli2@v0.16.0...v0.17.2)
1 parent 78ee061 commit 6cf5a98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: remove-crlf
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.3.0
29+
rev: v2.4.0
3030
hooks:
3131
- id: codespell
3232
additional_dependencies:
@@ -38,23 +38,23 @@ repos:
3838
args:
3939
- --msg-filename
4040
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
41-
rev: 3.0.3
41+
rev: 3.1.3
4242
hooks:
4343
- id: editorconfig-checker
4444
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4545
rev: 3.0.0
4646
hooks:
4747
- id: check-mailmap
4848
- repo: https://github.com/rhysd/actionlint
49-
rev: v1.7.4
49+
rev: v1.7.7
5050
hooks:
5151
- id: actionlint
5252
- repo: https://github.com/adrienverge/yamllint
5353
rev: v1.35.1
5454
hooks:
5555
- id: yamllint
5656
- repo: https://github.com/executablebooks/mdformat
57-
rev: 0.7.19
57+
rev: 0.7.21
5858
hooks:
5959
- id: mdformat
6060
additional_dependencies:
@@ -68,7 +68,7 @@ repos:
6868
- mdformat-config
6969
- mdformat-web
7070
- repo: https://github.com/DavidAnson/markdownlint-cli2
71-
rev: v0.16.0
71+
rev: v0.17.2
7272
hooks:
7373
- id: markdownlint-cli2
7474
additional_dependencies:

0 commit comments

Comments
 (0)