We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dc09d7 + f295613 commit 951e9b8Copy full SHA for 951e9b8
1 file changed
.pre-commit-config.yaml
@@ -30,10 +30,12 @@ repos:
30
args: ["--schemafile", "schemas/settings.yaml"]
31
files: /settings\.toml$
32
types_or: [toml]
33
- - repo: https://github.com/igorshubovych/markdownlint-cli
34
- rev: v0.48.0
35
- hooks:
36
- - id: markdownlint-fix
+ # Currently broken on fresh installs:
+ # https://github.com/igorshubovych/markdownlint-cli/issues/605
+ # - repo: https://github.com/igorshubovych/markdownlint-cli
+ # rev: v0.48.0
37
+ # hooks:
38
+ # - id: markdownlint-fix
39
- repo: https://github.com/pre-commit/mirrors-prettier
40
rev: "v4.0.0-alpha.8"
41
hooks:
0 commit comments