Skip to content

ci: pin ruff in the package lint jobs - #271

Open
d-v-b wants to merge 1 commit into
mainfrom
ci/pin-ruff
Open

ci: pin ruff in the package lint jobs#271
d-v-b wants to merge 1 commit into
mainfrom
ci/pin-ruff

Conversation

@d-v-b

@d-v-b d-v-b commented Jul 31, 2026

Copy link
Copy Markdown
Owner

🤖 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 from pyproject.toml (0.15.22) in the zarr-indexing workflow and both package justfiles (zarr-metadata's CI runs just 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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant