Skip to content

fix(lint): apply ruff formatting and remove unused imports#1

Merged
blackaxgit merged 1 commit intomainfrom
fix/ci-ruff-formatting
Mar 4, 2026
Merged

fix(lint): apply ruff formatting and remove unused imports#1
blackaxgit merged 1 commit intomainfrom
fix/ci-ruff-formatting

Conversation

@blackaxgit
Copy link
Copy Markdown
Owner

Summary

  • Applied ruff format to 6 files that failed the CI formatting check
  • Removed 5 unused imports (tempfile, pytest, asyncio, MagicMock, Path)
  • Fixed 1 unused variable assignment (registry) in test_config.py

Test plan

  • ruff format --check src/ tests/ passes
  • ruff check src/ tests/ passes
  • All 151 tests pass

Fix CI pipeline failures caused by ruff format and lint check violations.
@blackaxgit blackaxgit merged commit 44dd089 into main Mar 4, 2026
4 checks passed
@blackaxgit blackaxgit deleted the fix/ci-ruff-formatting branch March 4, 2026 03:03
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