Skip to content

Get just check passing and enforced in CI - #2066

Merged
evansd merged 5 commits into
mainfrom
ruff-fixes
Sep 22, 2026
Merged

evansd merged 5 commits into
mainfrom
ruff-fixes

Conversation

@evansd

@evansd evansd commented Sep 22, 2026

Copy link
Copy Markdown
Contributor

Ruff was recently updated but because it wasn't being run in CI there was nothing that indicated that a number of the new formatting rules were being violated. In particular, Python embedded in Markdown is now in automatically picked up by Ruff.

This PR addresses the formatting issue and adds a CI workflow which runs just check.

We'll probably want to make this workflow required in order for PRs to merge, but someone with access to the branch protection settings will need to make that change.

Related Slack thread:
https://bennettoxford.slack.com/archives/C069YDR4NCA/p1790073537187819

Closes #2051

@evansd
evansd merged commit 8a14a58 into main Sep 22, 2026
4 checks passed
@evansd
evansd deleted the ruff-fixes branch September 22, 2026 15:12
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.

Address ruff formatting issues for local development

2 participants