Skip to content

Chore/ruff lint format ci#7

Merged
jzh18 merged 3 commits into
mainfrom
chore/ruff-lint-format-ci
Jun 12, 2026
Merged

Chore/ruff lint format ci#7
jzh18 merged 3 commits into
mainfrom
chore/ruff-lint-format-ci

Conversation

@jzh18

@jzh18 jzh18 commented Jun 12, 2026

Copy link
Copy Markdown
Member

No description provided.

jzh18 added 3 commits June 12, 2026 03:35
ruff (pinned) serves as both linter (pycodestyle, pyflakes, isort,
bugbear) and formatter, scoped to src/rtrace and tests; submodules
and the C++ client are untouched. The dev extra installs the tools:
pip install -e '.[dev]'.
Mechanical commit: ruff format + ruff check --fix, plus manual
wrapping of the 11 over-long strings/comments the formatter cannot
split (fixing typos in those comments while rewrapping). No
functional changes; review with ruff format --check rather than
line-by-line.
Runs ruff check and ruff format --check on every pull request and
push to main. The existing build-bundles workflow (tags/dispatch
only) is unchanged. A test job will join this workflow once the
pytest suite lands.
@jzh18 jzh18 merged commit 05cf04b into main Jun 12, 2026
1 check passed
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.

1 participant