Skip to content

chore: fix CI lint for ML codebase - #126

Merged
yichuan-w merged 2 commits into
mainfrom
fix/ci-lint
Jul 27, 2026
Merged

chore: fix CI lint for ML codebase#126
yichuan-w merged 2 commits into
mainfrom
fix/ci-lint

Conversation

@yichuan-w

Copy link
Copy Markdown
Contributor

Summary

  • Auto-fix import sorting (I001) and unused imports (F401) across the codebase
  • Relax ruff rules that conflict with ML codebase patterns (blind exceptions, async blocking calls, subprocess without check, etc.)
  • Exclude train/, demos/, docs/, skill/ from ruff — separate projects or non-Python content

Test plan

  • ruff check . passes locally
  • ruff format --check . passes locally
  • CI green

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment Jul 27, 2026 10:05pm

@yichuan-w
yichuan-w merged commit d745db7 into main Jul 27, 2026
6 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