Skip to content

fix(lint): resolve 4 ruff CI failures#14

Open
Parad0x-Labs wants to merge 1 commit into
mainfrom
fix/lint-ruff-ci
Open

fix(lint): resolve 4 ruff CI failures#14
Parad0x-Labs wants to merge 1 commit into
mainfrom
fix/lint-ruff-ci

Conversation

@Parad0x-Labs

Copy link
Copy Markdown
Owner

What

Fixes all 4 ruff linting errors causing CI to fail on main.

File Line Rule Fix
core/mesh/__init__.py 9 I001 Sort import block alphabetically (credit_ledger before task_router)
core/mesh/__init__.py 12 RUF022 Sort __all__ list alphabetically
core/mesh/credit_ledger.py 443 UP012 Remove redundant "utf-8" arg from .encode()
core/mesh/task_router.py 108 UP037 Remove string quotes from LocalNodeRegistry | None type annotation

Zero logic changes.

🤖 Generated with Claude Code

- core/mesh/__init__.py: sort import block (I001) and __all__ list (RUF022)
- core/mesh/credit_ledger.py:443: remove redundant utf-8 arg from .encode() (UP012)
- core/mesh/task_router.py:108: remove quotes from LocalNodeRegistry | None annotation (UP037)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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