Skip to content

Enforce Ruff lint in package CI - #345

Merged
uriahf merged 4 commits into
mainfrom
modernize/ruff-ci
Aug 20, 2026
Merged

Enforce Ruff lint in package CI#345
uriahf merged 4 commits into
mainfrom
modernize/ruff-ci

Conversation

@uriahf

@uriahf uriahf commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • run ruff check . in the Python package workflow
  • remove the two pre-existing unused imports found by the baseline lint run

Scope

Developer tooling only. No runtime dependencies, statistical calculations, or public API changes.

Formatting enforcement is intentionally deferred to a separate follow-up PR because ruff format --check . identified 21 files that need a mechanical baseline reformat. Keeping that work separate makes both changes easy to review.

@github-actions

github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-08-20 18:22 UTC

@uriahf uriahf changed the title Enforce Ruff checks in package CI Enforce Ruff lint in package CI Aug 20, 2026
@uriahf
uriahf marked this pull request as ready for review August 20, 2026 18:22
@uriahf
uriahf merged commit 90f64e2 into main Aug 20, 2026
4 checks 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