chore(sparkline-basic): altair impl docstring Quality 90/100#5655
Merged
MarkusNeusinger merged 1 commit intomainfrom May 2, 2026
Merged
chore(sparkline-basic): altair impl docstring Quality 90/100#5655MarkusNeusinger merged 1 commit intomainfrom
MarkusNeusinger merged 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes a regenerated Altair implementation header for sparkline-basic so the docstring Quality: line is populated again and matches the implementation metadata (quality_score: 90).
Changes:
- Update
plots/sparkline-basic/implementations/python/altair.pydocstring header fromQuality: /100toQuality: 90/100.
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
Follow-up to #5653 / #5654. The
/regenflow blanked theQuality:line in the docstring header — it now readsQuality: /100, but should match the metadata'squality_score: 90populated in #5654.The
regen.mdtemplate (PR #5650) is being updated in parallel to require{SCORE}/100, not blank, so future regens won't drop the score.Test plan
quality_score: 90