Skip to content

Commit 04ce88e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/rhysd/actionlint: v1.6.25 → v1.6.26](rhysd/actionlint@v1.6.25...v1.6.26) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/DavidAnson/markdownlint-cli2: v0.8.1 → v0.10.0](DavidAnson/markdownlint-cli2@v0.8.1...v0.10.0)
1 parent 769097a commit 04ce88e

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
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v4.5.0
55
hooks:
66
- id: check-added-large-files
77
- id: fix-byte-order-marker
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: remove-crlf
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.2.5
28+
rev: v2.2.6
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:
@@ -46,15 +46,15 @@ repos:
4646
- id: check-mailmap
4747
- id: shellcheck
4848
- repo: https://github.com/rhysd/actionlint
49-
rev: v1.6.25
49+
rev: v1.6.26
5050
hooks:
5151
- id: actionlint
5252
- repo: https://github.com/adrienverge/yamllint
5353
rev: v1.32.0
5454
hooks:
5555
- id: yamllint
5656
- repo: https://github.com/executablebooks/mdformat
57-
rev: 0.7.16
57+
rev: 0.7.17
5858
hooks:
5959
- id: mdformat
6060
additional_dependencies:
@@ -67,7 +67,7 @@ repos:
6767
- mdformat-black
6868
- mdformat-config
6969
- repo: https://github.com/DavidAnson/markdownlint-cli2
70-
rev: v0.8.1
70+
rev: v0.10.0
7171
hooks:
7272
- id: markdownlint-cli2
7373
additional_dependencies:

0 commit comments

Comments
 (0)