We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481600f commit 46137bfCopy full SHA for 46137bf
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
for more information, see https://pre-commit.ci
10
repos:
11
- repo: https://github.com/codespell-project/codespell
12
- rev: v2.1.0
+ rev: v2.2.2
13
hooks:
14
- id: codespell
15
exclude: >
@@ -18,10 +18,10 @@ repos:
18
)$
19
- repo: https://github.com/pre-commit/mirrors-prettier
20
# keep it before markdownlint
21
- rev: "v2.7.1"
+ rev: "v3.0.0-alpha.4"
22
23
- id: prettier
24
- repo: https://github.com/igorshubovych/markdownlint-cli
25
- rev: v0.32.1
+ rev: v0.32.2
26
27
- id: markdownlint
0 commit comments