Skip to content

Update pre-commit hook jackdewinter/pymarkdown to v0.9.37#874

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/jackdewinter-pymarkdown-0.x
May 5, 2026
Merged

Update pre-commit hook jackdewinter/pymarkdown to v0.9.37#874
renovate[bot] merged 1 commit intomainfrom
renovate/jackdewinter-pymarkdown-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 5, 2026

This PR contains the following updates:

Package Type Update Change
jackdewinter/pymarkdown repository patch v0.9.36v0.9.37

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

jackdewinter/pymarkdown (jackdewinter/pymarkdown)

v0.9.37: Version 0.9.37 - 2026-05-03

Compare Source

Sorry for the long duration between the last release and this release. Our small team was enjoying family time with our extended family, with a goal to recharge ourselves for the months ahead. In addition, we are going to try and release new versions on the first weekend of the month, to try and bring regularity to the process.

After a couple of months of internal testing, we are proud to release PML102, which raises a Rule Failure when lists contain lazy continuation lines. This was asked for by a couple of users, and we thought it was a great idea to add to PyMarkdown. As a great side effect, the testing for that new Rule uncovered a decent number of issues that we fixed as part of adding PML102.

If you find any more issues with PyMarkdown, please let us know. We are working towards cleaning up our backlog and winnow it down to a much smaller list in the next couple of months.

Added

  • Issue 979
    • Added Rule Plugin PML102 that raises Rule Failures when lists contain lazy continuation lines.

Fixed

  • Issue 1482
    • addressed weird case where a block quote, at least 4 levels of lists in, contains a new list, was generating an assert
  • Issue 1563
    • whitespace differences with new list items in nested containers
  • Issue 1564
    • extra newlines inserted
  • Issue 1566
    • change of indent in list causes issues, making calculations wrong for following elements
  • Issue 1568
    • Md046 and Md031 can both fix fenced blocks, so moved to different fix levels
    • added extra check to make sure that if two fenced code blocks are one after the other, first one fixed spacing, not both
  • Issue 1569
    • whitespace was reported in both the list and the paragraph with nested containers
  • Issue 1573
    • ContainerTokenManager not handling nested block quotes separated by lists
  • Issue 1574
    • in certain nested cases with adjusting indent of a list, the following parsing does not take that into account when calculating indentation
  • Issue 1576
    • fixed issue with Md032 not removing a list from the stack after exiting the list
  • Issue 1577
    • whitespace for block quotes within a list that has just had a new list item added that is indented 1 extra space, was not correct
  • Issue 1578
    • after correcting Issue 1577 regeneration was still not adding the proper indentation

Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner May 5, 2026 01:13
@renovate renovate Bot added auto-merge dependencies Pull requests that update a dependency file pre-commit labels May 5, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 5, 2026

@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e2bd730) to head (1aeb6b3).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #874   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines         3457      3457           
=========================================
  Hits          3457      3457           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot merged commit 64c4b53 into main May 5, 2026
17 checks passed
@renovate renovate Bot deleted the renovate/jackdewinter-pymarkdown-0.x branch May 5, 2026 05:37
@renovate renovate Bot deployed to pypi May 5, 2026 05:37 Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge dependencies Pull requests that update a dependency file pre-commit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants