Skip to content

Commit 06310c6

Browse files
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/igorshubovych/markdownlint-cli: v0.34.0 → v0.39.0](igorshubovych/markdownlint-cli@v0.34.0...v0.39.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8) - [github.com/adrienverge/yamllint: v1.32.0 → v1.35.1](adrienverge/yamllint@v1.32.0...v1.35.1) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.5...v0.10.0.1) - [github.com/scop/pre-commit-shfmt: v3.6.0-2 → v3.8.0-1](scop/pre-commit-shfmt@v3.6.0-2...v3.8.0-1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.3.0 → 24.3.0](psf/black@23.3.0...24.3.0)
1 parent 6b32fd6 commit 06310c6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
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.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: check-json
1010
- id: check-merge-conflict
@@ -18,18 +18,18 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.34.0
21+
rev: v0.39.0
2222
hooks:
2323
- id: markdownlint
2424
args: [-c, .markdownlint.yaml, --fix]
2525

2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v3.0.0-alpha.9-for-vscode
27+
rev: v4.0.0-alpha.8
2828
hooks:
2929
- id: prettier
3030

3131
- repo: https://github.com/adrienverge/yamllint
32-
rev: v1.32.0
32+
rev: v1.35.1
3333
hooks:
3434
- id: yamllint
3535

@@ -44,23 +44,23 @@ repos:
4444
- id: sort-package-xml
4545

4646
- repo: https://github.com/shellcheck-py/shellcheck-py
47-
rev: v0.9.0.5
47+
rev: v0.10.0.1
4848
hooks:
4949
- id: shellcheck
5050

5151
- repo: https://github.com/scop/pre-commit-shfmt
52-
rev: v3.6.0-2
52+
rev: v3.8.0-1
5353
hooks:
5454
- id: shfmt
5555
args: [-w, -s, -i=4]
5656

5757
- repo: https://github.com/pycqa/isort
58-
rev: 5.12.0
58+
rev: 5.13.2
5959
hooks:
6060
- id: isort
6161

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

0 commit comments

Comments
 (0)