Skip to content

Commit 8bf3f21

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.6.0 → 3.6.1](editorconfig-checker/editorconfig-checker.python@3.6.0...3.6.1) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.11](rhysd/actionlint@v1.7.10...v1.7.11) - [github.com/DavidAnson/markdownlint-cli2: v0.20.0 → v0.21.0](DavidAnson/markdownlint-cli2@v0.20.0...v0.21.0)
1 parent 23102cc commit 8bf3f21

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: remove-crlf
3131
exclude: \.rockspec$
3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.4.1
33+
rev: v2.4.2
3434
hooks:
3535
- id: codespell
3636
additional_dependencies:
@@ -42,15 +42,15 @@ repos:
4242
args:
4343
- --msg-filename
4444
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
45-
rev: 3.6.0
45+
rev: 3.6.1
4646
hooks:
4747
- id: editorconfig-checker
4848
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4949
rev: 3.0.0
5050
hooks:
5151
- id: check-mailmap
5252
- repo: https://github.com/rhysd/actionlint
53-
rev: v1.7.10
53+
rev: v1.7.11
5454
hooks:
5555
- id: actionlint
5656
- repo: https://github.com/adrienverge/yamllint
@@ -72,7 +72,7 @@ repos:
7272
- mdformat-config
7373
- mdformat-web
7474
- repo: https://github.com/DavidAnson/markdownlint-cli2
75-
rev: v0.20.0
75+
rev: v0.21.0
7676
hooks:
7777
- id: markdownlint-cli2
7878
additional_dependencies:

0 commit comments

Comments
 (0)