Merged
Conversation
This reverts commit f295613.
tsmbland
approved these changes
Mar 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Re-enables the markdownlint-cli pre-commit hook now that the upstream installation issue has been resolved, restoring Markdown auto-fixing as part of the repository’s pre-commit/CI formatting and linting workflow.
Changes:
- Re-added the
igorshubovych/markdownlint-clirepo hook configuration. - Restored the
markdownlint-fixhook atv0.48.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1180 +/- ##
=======================================
Coverage 87.30% 87.30%
=======================================
Files 57 57
Lines 7706 7706
Branches 7706 7706
=======================================
Hits 6728 6728
Misses 673 673
Partials 305 305 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
It seems the upstream problem has been resolved (see igorshubovych/markdownlint-cli#605), so we can now re-enable the
markdownlint-clihook. If I'd known it was going to happen this quickly I wouldn't have reverted it in the first place!Apologies about the silly quantity of infra-related PRs this week...