Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d47b16b

Browse files
github-actionsgithub-actions[bot]
github-actions
authored andcommittedOct 22, 2024·
ci(pre-commit): autoupdate
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fdec55d commit d47b16b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-json
1010
- id: check-merge-conflict
@@ -18,7 +18,7 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.41.0
21+
rev: v0.42.0
2222
hooks:
2323
- id: markdownlint
2424
args: [-c, .markdownlint.yaml, --fix]
@@ -49,7 +49,7 @@ repos:
4949
- id: shellcheck
5050

5151
- repo: https://github.com/scop/pre-commit-shfmt
52-
rev: v3.8.0-1
52+
rev: v3.10.0-1
5353
hooks:
5454
- id: shfmt
5555
args: [-w, -s, -i=4]
@@ -60,7 +60,7 @@ repos:
6060
- id: isort
6161

6262
- repo: https://github.com/psf/black
63-
rev: 24.4.2
63+
rev: 24.10.0
6464
hooks:
6565
- id: black
6666
args: [--line-length=100]

0 commit comments

Comments
 (0)
Please sign in to comment.