From d12af88bde507dd1f2f3a70862f94e900fce5286 Mon Sep 17 00:00:00 2001 From: Alex Dewar Date: Fri, 6 Mar 2026 07:22:58 +0000 Subject: [PATCH] Revert "Temporarily disable broken `markdownlint-cli` hook" This reverts commit f29561307ca9edfa750356f0b7286f11ca405eb2. --- .pre-commit-config.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index caa14c9c7..3f84719e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,12 +30,10 @@ repos: args: ["--schemafile", "schemas/settings.yaml"] files: /settings\.toml$ types_or: [toml] - # Currently broken on fresh installs: - # https://github.com/igorshubovych/markdownlint-cli/issues/605 - # - repo: https://github.com/igorshubovych/markdownlint-cli - # rev: v0.48.0 - # hooks: - # - id: markdownlint-fix + - repo: https://github.com/igorshubovych/markdownlint-cli + rev: v0.48.0 + hooks: + - id: markdownlint-fix - repo: https://github.com/pre-commit/mirrors-prettier rev: "v4.0.0-alpha.8" hooks: