Skip to content

SMOODEV-1526: Fix Python ruff lint on ESO parity modules (green main)#106

Merged
brentrager merged 1 commit into
mainfrom
SMOODEV-1526-lint-fix
Jun 2, 2026
Merged

SMOODEV-1526: Fix Python ruff lint on ESO parity modules (green main)#106
brentrager merged 1 commit into
mainfrom
SMOODEV-1526-lint-fix

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

Follow-up to #105 — the ESO parity merge turned config main red on the Python ruff check step (F401: new __init__ re-exports not in __all__; the local pre-commit runs ruff format not ruff check). Adds the re-exports to __all__ + wraps 3 over-length lines. ruff check clean, 16 tests pass.

🤖 Generated with Claude Code

@changeset-bot

changeset-bot Bot commented Jun 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1719d7e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Add the new eso_manifests + eso_refresher re-exports to __init__ __all__ (ruff
F401 flagged them as unused since they weren't declared re-exports — the local
pre-commit runs ruff format, not ruff check, so it slipped through and turned
config main red). Also wrap three over-length lines (E501). src + tests clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@brentrager brentrager force-pushed the SMOODEV-1526-lint-fix branch from 6bdf72f to 1719d7e Compare June 2, 2026 20:16
@brentrager brentrager merged commit e022f58 into main Jun 2, 2026
1 check failed
@brentrager brentrager deleted the SMOODEV-1526-lint-fix branch June 2, 2026 20:16
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