chore: [AI-7675] fix test formatting blocking the 0.3.4 release#110
Merged
Conversation
`tests/test_vendor/test_run_results_pre_v6.py` (PR #108) was not formatted to the repo's `black` line-length (140), which fails the `pre-commit` gate inside `release.sh`/`tox` and blocked the v0.3.4 PyPI publish in the tag-release workflow. Formatting-only change; tests unchanged semantically (36 pass). This PR carries the `version-bump` label so its merge re-triggers tag-release and publishes 0.3.4 (the previous unpublished v0.3.4 tag is deleted so the workflow can recreate it at this commit). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by glm-5.2 · Input: 11K · Output: 1.7K · Cached: 79.6K |
ichandann
approved these changes
Jul 22, 2026
ichandann
left a comment
There was a problem hiding this comment.
Formatting-only fix (black line-length 140) unblocking the 0.3.4 release — build + all checks green.
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.
Summary
The
tag-releaserun for 0.3.4 (#122) failed at Publish to PyPI: the new test file from #108 wasn't formatted to the repo'sblackline-length 140, andrelease.sh→tox→pre-commit run --all-filesgates the publish. The tag was created but 0.3.4 never reached PyPI (latest there is 0.3.3).Changes
black-formatstests/test_vendor/test_run_results_pre_v6.py(formatting only; 36 tests still pass, fullpre-commit run --all-filesgreen locally).Release mechanics
v0.3.4tag has been deleted so the workflow can recreate it.version-bumplabel — merging it re-triggerstag-release, which re-tagsv0.3.4at this merge commit and publishes to PyPI. No version change needed (.bumpversion.cfgis already 0.3.4 on main).🤖 Generated with Claude Code