Skip to content

Commit 951e9b8

Browse files
authored
Merge pull request #1179 from EnergySystemsModellingLab/disable-markdownlint-hook
Temporarily disable broken `markdownlint-cli` hook
2 parents 3dc09d7 + f295613 commit 951e9b8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ repos:
3030
args: ["--schemafile", "schemas/settings.yaml"]
3131
files: /settings\.toml$
3232
types_or: [toml]
33-
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.48.0
35-
hooks:
36-
- id: markdownlint-fix
33+
# Currently broken on fresh installs:
34+
# https://github.com/igorshubovych/markdownlint-cli/issues/605
35+
# - repo: https://github.com/igorshubovych/markdownlint-cli
36+
# rev: v0.48.0
37+
# hooks:
38+
# - id: markdownlint-fix
3739
- repo: https://github.com/pre-commit/mirrors-prettier
3840
rev: "v4.0.0-alpha.8"
3941
hooks:

0 commit comments

Comments
 (0)