Skip to content

Commit 758818f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3) - [github.com/rhysd/actionlint: v1.7.1 → v1.7.4](rhysd/actionlint@v1.7.1...v1.7.4) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18) - [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.15.0](DavidAnson/markdownlint-cli2@v0.13.0...v0.15.0) - [github.com/scop/pre-commit-shfmt: v3.8.0-1 → v3.10.0-1](scop/pre-commit-shfmt@v3.8.0-1...v3.10.0-1)
1 parent 46a299f commit 758818f

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
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: fix-byte-order-marker
@@ -37,7 +37,7 @@ repos:
3737
args:
3838
- --msg-filename
3939
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
40-
rev: 2.7.3
40+
rev: 3.0.3
4141
hooks:
4242
- id: editorconfig-checker
4343
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -46,15 +46,15 @@ repos:
4646
- id: check-mailmap
4747
- id: shellcheck
4848
- repo: https://github.com/rhysd/actionlint
49-
rev: v1.7.1
49+
rev: v1.7.4
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.17
57+
rev: 0.7.18
5858
hooks:
5959
- id: mdformat
6060
additional_dependencies:
@@ -68,13 +68,13 @@ repos:
6868
- mdformat-config
6969
- mdformat-web
7070
- repo: https://github.com/DavidAnson/markdownlint-cli2
71-
rev: v0.13.0
71+
rev: v0.15.0
7272
hooks:
7373
- id: markdownlint-cli2
7474
additional_dependencies:
7575
- markdown-it-texmath
7676
- repo: https://github.com/scop/pre-commit-shfmt
77-
rev: v3.8.0-1
77+
rev: v3.10.0-1
7878
hooks:
7979
- id: shfmt
8080

0 commit comments

Comments
 (0)