Skip to content

pin ruff to match uv.lock - #811

Open
kcoopermiller wants to merge 2 commits into
mainfrom
fix/pin-ci-ruff-version
Open

pin ruff to match uv.lock#811
kcoopermiller wants to merge 2 commits into
mainfrom
fix/pin-ci-ruff-version

Conversation

@kcoopermiller

@kcoopermiller kcoopermiller commented Jul 28, 2026

Copy link
Copy Markdown
Member

ci lint is broken for every PR in that repo since ruff 0.16.0 dropped

Note

Low Risk
CI-only workflow change; no application, auth, or runtime behavior is affected.

Overview
CI lint-format now runs Ruff via astral-sh/ruff-action@v4.1.0 instead of chartboost/ruff-action@v1, with version-file: uv.lock so the workflow uses the same Ruff version as local dev and pre-commit.

This keeps CI lint results aligned with what contributors see after uv sync, avoiding drift when the floating @v1 action pulled a newer Ruff than the lockfile.

Reviewed by Cursor Bugbot for commit 52cdf2a. Bugbot is set up for automated code reviews on this repo. Configure here.

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.

2 participants