Skip to content

fix: resolve ruff linting issues across codebase#41

Merged
GuyZivRH merged 1 commit into
mainfrom
fix/lint-cleanup
Jun 24, 2026
Merged

fix: resolve ruff linting issues across codebase#41
GuyZivRH merged 1 commit into
mainfrom
fix/lint-cleanup

Conversation

@GuyZivRH

Copy link
Copy Markdown
Collaborator

Summary

Resolves all ruff linting errors so CI can pass.

Changes

  • Increase line-length from 100 to 120 in pyproject.toml
  • Add E402 to ignore list (intentional imports after registry setup in __init__.py)
  • Auto-fix 152 issues: unused imports, import order, whitespace, timezone.utcUTC
  • Fix 7 unused variable warnings with _ prefix convention
  • Remove orphaned tests/test_ai_review.py (tests non-existent scripts/ai_review.py)
  • Run ruff format on all files

Test Results

623 passed, 6 warnings in 2.98s

All tests pass locally. This unblocks the test CI workflow for PR #38 and future PRs.

Made with Cursor

- Increase line-length from 100 to 120 in pyproject.toml
- Add E402 to ignore list (intentional imports after registry setup)
- Auto-fix 152 issues: unused imports, import order, whitespace, timezone.utc
- Fix 7 unused variable warnings with _ prefix
- Remove orphaned test_ai_review.py (tests non-existent script)
- Run ruff format on all files

All 623 tests pass. CI workflow will now succeed.

Co-authored-by: Cursor <cursoragent@cursor.com>
@GuyZivRH GuyZivRH merged commit 057cdfc into main Jun 24, 2026
1 check 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