Skip to content

fix: v0.6.1 — ruff formatting + mypy fix#16

Merged
Oceanswave merged 1 commit intomainfrom
fix/v0.6.1-formatting
Feb 5, 2026
Merged

fix: v0.6.1 — ruff formatting + mypy fix#16
Oceanswave merged 1 commit intomainfrom
fix/v0.6.1-formatting

Conversation

@Oceanswave
Copy link
Owner

Summary

  • Apply ruff format to 8 files that failed CI formatting checks after the v0.6.0 squash merge
  • Fix mypy no-any-return in _resolve_port() with type annotation on free_port
  • Bump version to 0.6.1

Test plan

All 4 CI checks verified locally:

  • ruff check src/ tests/ — all checks passed
  • ruff format --check src/ tests/ — 234 files already formatted
  • mypy src/ — no issues found in 113 source files
  • pytest -v --timeout=30 — 1749 passed

🤖 Generated with Claude Code

Apply ruff format to 8 files that failed CI formatting checks and
add type annotation to fix mypy no-any-return in _resolve_port().

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@Oceanswave Oceanswave merged commit fd79666 into main Feb 5, 2026
3 checks passed
@Oceanswave Oceanswave deleted the fix/v0.6.1-formatting branch February 5, 2026 05:23
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