Skip to content

Apply ruff format to the repository - #213

Merged
headmeister merged 1 commit into
isi-nmr:masterfrom
gdevenyi:chore/ruff-format
Aug 10, 2026
Merged

Apply ruff format to the repository#213
headmeister merged 1 commit into
isi-nmr:masterfrom
gdevenyi:chore/ruff-format

Conversation

@gdevenyi

@gdevenyi gdevenyi commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

ruff format --check reported twelve files as unformatted on master, so any change touching one of them dragged unrelated reflow into its diff.

Run the formatter once, on its own, so subsequent changes show only what they actually change.

$ ruff format .
12 files reformatted, 30 files left unchanged
$ ruff check brukerapi test examples docs
All checks passed!

Formatting only — no behaviour changes. Suite unchanged at 2140 passed, 12 skipped.

Please merge this first. The eleven open conformance PRs (#203#212 and the one that follows) are all rebased on top of it, so each of their diffs is now just its own change.

`ruff format --check` reported twelve files as unformatted, so any change
touching one of them dragged unrelated reflow into its diff. Run the
formatter once, on its own, so subsequent changes show only what they
actually change.

Formatting only: no behaviour changes, and `ruff check` is clean before and
after. The suite is unchanged at 2140 passed, 12 skipped.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017SNrm3jFhpTPShP8xGkePC
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