We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c38f6 commit 5ab9cb9Copy full SHA for 5ab9cb9
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.6.0
+ rev: v5.0.0
8
hooks:
9
- id: check-json
10
- id: check-merge-conflict
@@ -18,7 +18,7 @@ repos:
18
args: [--markdown-linebreak-ext=md]
19
20
- repo: https://github.com/igorshubovych/markdownlint-cli
21
- rev: v0.41.0
+ rev: v0.42.0
22
23
- id: markdownlint
24
args: [-c, .markdownlint.yaml, --fix]
@@ -49,7 +49,7 @@ repos:
49
- id: shellcheck
50
51
- repo: https://github.com/scop/pre-commit-shfmt
52
- rev: v3.8.0-1
+ rev: v3.9.0-1
53
54
- id: shfmt
55
args: [-w, -s, -i=4]
@@ -60,7 +60,7 @@ repos:
60
- id: isort
61
62
- repo: https://github.com/psf/black
63
- rev: 24.4.2
+ rev: 24.10.0
64
65
- id: black
66
args: [--line-length=100]
0 commit comments