Skip to content

fix(lint): sort imports + drop unused parsed local#10

Merged
arnav2 merged 1 commit into
mainfrom
fix/lint-sort-imports
Apr 29, 2026
Merged

fix(lint): sort imports + drop unused parsed local#10
arnav2 merged 1 commit into
mainfrom
fix/lint-sort-imports

Conversation

@arnav2

@arnav2 arnav2 commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes the 16 ruff lint failures from PR #9's CI:

  • 15 × I001 import-block sort fixes across flagship agent.py files and scripts/merge_reports.py (auto-fixed by ruff check --fix)
  • 1 × F841 unused local parsed in scripts/bulk_verify_recipes.py

Test plan

  • uv run ruff check . — All checks passed!
  • CI lint job green

🤖 Generated with Claude Code

Resolves the 16 ruff lint failures CI raised on PR #9 — 15 I001 import
sort fixes (auto-fixed) and 1 F841 unused local in scripts/bulk_verify_recipes.py.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@arnav2
arnav2 requested a review from a team as a code owner April 29, 2026 01:18
@arnav2
arnav2 merged commit f86af9c into main Apr 29, 2026
2 checks passed
@arnav2
arnav2 deleted the fix/lint-sort-imports branch April 29, 2026 01:29
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