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 60c9e5b commit db07cb0Copy full SHA for db07cb0
.pre-commit-config.yaml
@@ -18,13 +18,13 @@ repos:
18
args: [--markdown-linebreak-ext=md]
19
20
- repo: https://github.com/igorshubovych/markdownlint-cli
21
- rev: v0.37.0
+ rev: v0.38.0
22
hooks:
23
- id: markdownlint
24
args: [-c, .markdownlint.yaml, --fix]
25
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
- rev: v4.0.0-alpha.3
+ rev: v4.0.0-alpha.8
28
29
- id: prettier
30
@@ -51,12 +51,12 @@ repos:
51
args: [-w, -s, -i=4]
52
53
- repo: https://github.com/pycqa/isort
54
- rev: 5.12.0
+ rev: 5.13.2
55
56
- id: isort
57
58
- repo: https://github.com/psf/black
59
- rev: 23.11.0
+ rev: 23.12.1
60
61
- id: black
62
args: [--line-length=100]
0 commit comments