Skip to content

fix: update admonitions pattern#102

Merged
MountainGod2 merged 2 commits into
mainfrom
develop
Apr 13, 2026
Merged

fix: update admonitions pattern#102
MountainGod2 merged 2 commits into
mainfrom
develop

Conversation

@MountainGod2
Copy link
Copy Markdown
Owner

@MountainGod2 MountainGod2 commented Apr 13, 2026

Summary by CodeRabbit

  • Chores
    • Updated build tooling to enhance build stability and performance.
    • Fixed documentation processing to ensure correct rendering on package repositories.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e7fdd76e-53e4-4ae2-8eda-e622749f83c5

📥 Commits

Reviewing files that changed from the base of the PR and between 6b2f832 and 14d5b1a.

📒 Files selected for processing (2)
  • Dockerfile
  • pyproject.toml

📝 Walkthrough

Walkthrough

Updates uv package version in Dockerfile from 0.9.16 to 0.11.2 with Renovate tracking directive. Modifies regex pattern in pyproject.toml for Hatch's fancy-pypi-readme substitution rule to properly strip PyPI-unsupported Markdown admonitions including line terminators.

Changes

Cohort / File(s) Summary
Dependency Version Updates
Dockerfile
Bumped uv version from 0.9.16 to 0.11.2 and added Renovate directive comment for automated PyPI version tracking.
Build Configuration
pyproject.toml
Updated Hatch fancy-pypi-readme regex pattern from ^> \[![A-Z]+\].*$ to > \[![A-Z]+\][^\n]*\n to correctly strip PyPI-unsupported Markdown admonitions including line terminators.
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'fix: update admonitions pattern' directly describes the main change: updating the regex pattern for Markdown admonitions in the pyproject.toml file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.20%. Comparing base (6b2f832) to head (14d5b1a).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   92.20%   92.20%           
=======================================
  Files           7        7           
  Lines         616      616           
  Branches       68       68           
=======================================
  Hits          568      568           
  Misses         29       29           
  Partials       19       19           
Flag Coverage Δ
3.10 91.23% <ø> (ø)
3.11 91.23% <ø> (ø)
3.12 91.23% <ø> (ø)
3.13 91.23% <ø> (ø)
3.14 91.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@MountainGod2 MountainGod2 merged commit 51eac6c into main Apr 13, 2026
21 checks passed
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