ci: pin ruff in the package lint jobs - #271
Open
d-v-b wants to merge 1 commit into
Open
Conversation
The floating uvx ruff invocation broke when a new ruff release added rules (BLE001/S110 on #267). Pin to the repo-wide ruff version from pyproject.toml so lint results are reproducible; bump the pin together with the pyproject one. zarr-metadata's CI runs just lint, so pinning the justfile recipes covers both packages' CI and local runs. Assisted-by: ClaudeCode:claude-fable-5
d-v-b
added a commit
that referenced
this pull request
Jul 31, 2026
Mirrors the main-branch pin (#271) so this PR's workflow runs the same ruff version; bump together with the pyproject pin. Assisted-by: ClaudeCode:claude-fable-5
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.
🤖 AI text below 🤖
The package lint jobs run floating
uvx ruff check ., which broke on #267 when a new ruff release added rules (BLE001/S110). This pins ruff to the repo-wide version frompyproject.toml(0.15.22) in the zarr-indexing workflow and both package justfiles (zarr-metadata's CI runsjust lint, so the justfile pin covers it). Comments note that the pin is bumped together with the pyproject one — which Dependabot's python-dependencies group already tracks weekly.🤖 Generated with Claude Code