Skip to content

fix: auto-fix 183 ruff lint errors across 111 files#78

Merged
tjluyao merged 1 commit into
mainfrom
dev
Apr 14, 2026
Merged

fix: auto-fix 183 ruff lint errors across 111 files#78
tjluyao merged 1 commit into
mainfrom
dev

Conversation

@tjluyao
Copy link
Copy Markdown
Contributor

@tjluyao tjluyao commented Apr 14, 2026

Summary

  • Ruff auto-fix for 183 errors across 111 files (1335→1150 remaining)
  • Fixed: unused imports (F401), f-string placeholders (F541), import sort (I001), redundant open modes (UP015), extraneous parens (UP034), quoted annotations (UP037), redefined-while-unused (F811), unnecessary cast (RUF046), datetime.timezone.utc (UP017)
  • Remaining 1150 are style/complexity (pathlib migration, ambiguous unicode, complex structure)

Test plan

  • Ruff check passes for all fixed rules
  • No functional changes — all fixes are safe auto-reformats

🤖 Generated with Claude Code

Ruff auto-fix for F401 (unused imports), F541 (f-string missing
placeholders), I001 (import sort), UP015 (redundant open modes),
UP034 (extraneous parens), UP037 (quoted annotations), F811
(redefined-while-unused), RUF046 (unnecessary cast), UP017
(datetime.timezone.utc). 1335→1150 remaining (style/complexity).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@tjluyao tjluyao merged commit fb47ffc into main Apr 14, 2026
2 of 5 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