Skip to content

0.1.3 Release Prep#133

Merged
Kilo59 merged 4 commits intomainfrom
release-prep/0.1.3
Mar 29, 2026
Merged

0.1.3 Release Prep#133
Kilo59 merged 4 commits intomainfrom
release-prep/0.1.3

Conversation

@Kilo59
Copy link
Copy Markdown
Owner

@Kilo59 Kilo59 commented Mar 29, 2026

Summary by Sourcery

Prepare the 0.1.3 release by updating version metadata, documentation references, and user-facing messaging.

Enhancements:

  • Clarify the out-of-sync configuration error message with guidance to run ruff-sync.

Build:

  • Bump the project version to 0.1.3 in pyproject.toml.

Documentation:

  • Update documentation examples and pre-commit snippets to reference the v0.1.3 tag and branch.
  • Add a visual example of GitHub PR annotations to the CI integration guide.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Mar 29, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Prepares the 0.1.3 release by bumping documented versions and project metadata, adding a clarifying hint to the sync error message, and enhancing CI documentation with a GitHub PR annotation screenshot.

File-Level Changes

Change Details Files
Update docs and examples to reference the 0.1.3 release tag.
  • Bump ruff-sync branch references in pre-defined config examples from v0.1.2 to v0.1.3 for kitchen-sink, fastapi, and data-science-engineering configs.
  • Update example pyproject configuration comment to suggest pinning to v0.1.3 instead of v0.1.2.
  • Adjust README pre-commit hook configuration to use rev v0.1.3.
docs/pre-defined-configs.md
README.md
Enhance CI integration docs with visual guidance for GitHub inline annotations.
  • Insert a screenshot image illustrating GitHub PR annotations immediately after the explanation of --output-format github.
docs/ci-integration.md
Finalize package metadata and improve out-of-sync error messaging for the 0.1.3 release.
  • Set the project version from 0.1.3.dev3 to 0.1.3 in pyproject metadata.
  • Clarify the Ruff configuration out-of-sync error message by suggesting running ruff-sync to update configuration.
  • Regenerate or update the uv.lock file to reflect the finalized release state (contents not shown in diff).
pyproject.toml
src/ruff_sync/core.py
uv.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.78%. Comparing base (a98c888) to head (0f9ba31).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #133   +/-   ##
=======================================
  Coverage   92.78%   92.78%           
=======================================
  Files           6        6           
  Lines         929      929           
=======================================
  Hits          862      862           
  Misses         67       67           

☔ 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.

@Kilo59 Kilo59 self-assigned this Mar 29, 2026
@github-actions
Copy link
Copy Markdown

Wily: No changes in complexity detected.

@Kilo59 Kilo59 marked this pull request as ready for review March 29, 2026 22:13
Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've left some high level feedback:

  • There are multiple hard-coded version strings in the docs (e.g., README and pre-defined-configs); consider centralizing the version in a single source (or using a template mechanism) to reduce the chance of missing updates on future releases.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- There are multiple hard-coded version strings in the docs (e.g., README and pre-defined-configs); consider centralizing the version in a single source (or using a template mechanism) to reduce the chance of missing updates on future releases.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@Kilo59 Kilo59 merged commit 9ae32e0 into main Mar 29, 2026
16 checks passed
@Kilo59 Kilo59 deleted the release-prep/0.1.3 branch March 29, 2026 22:33
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.

1 participant