Skip to content

Commit 0eacb4b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - [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.9 → v1.7.11](rhysd/actionlint@v1.7.9...v1.7.11) - [github.com/adrienverge/yamllint: v1.37.1 → v1.38.0](adrienverge/yamllint@v1.37.1...v1.38.0) - [github.com/DavidAnson/markdownlint-cli2: v0.20.0 → v0.22.0](DavidAnson/markdownlint-cli2@v0.20.0...v0.22.0)
1 parent 74b6031 commit 0eacb4b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ repos:
2121
- id: check-toml
2222
- id: check-json
2323
- repo: https://github.com/Lucas-C/pre-commit-hooks
24-
rev: v1.5.5
24+
rev: v1.5.6
2525
hooks:
2626
- id: remove-crlf
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.4.1
28+
rev: v2.4.2
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:
@@ -37,19 +37,19 @@ repos:
3737
args:
3838
- --msg-filename
3939
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
40-
rev: 3.6.0
40+
rev: 3.6.1
4141
hooks:
4242
- id: editorconfig-checker
4343
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4444
rev: 3.0.0
4545
hooks:
4646
- id: check-mailmap
4747
- repo: https://github.com/rhysd/actionlint
48-
rev: v1.7.9
48+
rev: v1.7.11
4949
hooks:
5050
- id: actionlint
5151
- repo: https://github.com/adrienverge/yamllint
52-
rev: v1.37.1
52+
rev: v1.38.0
5353
hooks:
5454
- id: yamllint
5555
- repo: https://github.com/executablebooks/mdformat
@@ -67,7 +67,7 @@ repos:
6767
- mdformat-config
6868
- mdformat-web
6969
- repo: https://github.com/DavidAnson/markdownlint-cli2
70-
rev: v0.20.0
70+
rev: v0.22.0
7171
hooks:
7272
- id: markdownlint-cli2
7373
additional_dependencies:

0 commit comments

Comments
 (0)