Skip to content

chore: update mdformat hook arguments to disable wrapping - #2307

Merged
Borda merged 3 commits into
developfrom
docs/--wrap=no
Jun 9, 2026
Merged

chore: update mdformat hook arguments to disable wrapping#2307
Borda merged 3 commits into
developfrom
docs/--wrap=no

Conversation

@Borda

@Borda Borda commented Jun 9, 2026

Copy link
Copy Markdown
Member

This pull request introduces a minor update to the pre-commit configuration for Markdown formatting. The change ensures that lines in formatted Markdown files are not wrapped automatically.

  • Pre-commit configuration:
    • Updated the mdformat hook in .pre-commit-config.yaml to add the --wrap=no argument, preventing automatic line wrapping during formatting.

Copilot AI review requested due to automatic review settings June 9, 2026 13:53
@Borda
Borda requested a review from SkalskiP as a code owner June 9, 2026 13:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s Markdown formatting pre-commit hook configuration to prevent automatic line wrapping, keeping authored line lengths intact while still applying mdformat’s other formatting rules.

Changes:

  • Adds --wrap=no to the mdformat pre-commit hook arguments to disable line wrapping.

@codecov

codecov Bot commented Jun 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80%. Comparing base (97f4951) to head (94ad679).

Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #2307   +/-   ##
=======================================
  Coverage       80%     80%           
=======================================
  Files           66      66           
  Lines         8738    8738           
=======================================
  Hits          6999    6999           
  Misses        1739    1739           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread .github/copilot-instructions.md Outdated
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
@Borda
Borda merged commit 9faa4f6 into develop Jun 9, 2026
29 checks passed
@Borda
Borda deleted the docs/--wrap=no branch June 9, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants