Skip to content

Fix ruff lint and format errors in Mixpeek contextual enrichment code#111

Merged
Sirajmx merged 1 commit into
mainfrom
fix/mixpeek-lint-cleanup
Jul 16, 2026
Merged

Fix ruff lint and format errors in Mixpeek contextual enrichment code#111
Sirajmx merged 1 commit into
mainfrom
fix/mixpeek-lint-cleanup

Conversation

@Sirajmx

@Sirajmx Sirajmx commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

The Mixpeek/contextual-enrichment code (merged via #78) was never run through ruff before merging, leaving main failing CI's Lint job: unused imports, an unsorted import block in mcp_server.py, an unused test variable, and 8 over-length lines in test_mixpeek_client.py. Fixes are mechanical (ruff --fix + ruff format); no behavior change.

The Mixpeek/contextual-enrichment code (merged via #78) was never run
through ruff before merging, leaving main failing CI's Lint job:
unused imports, an unsorted import block in mcp_server.py, an unused
test variable, and 8 over-length lines in test_mixpeek_client.py.
Fixes are mechanical (ruff --fix + ruff format); no behavior change.
@Sirajmx
Sirajmx merged commit 846acba into main Jul 16, 2026
3 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