mcp: fix docstring format for Raises/Returns sections #89
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/kronai#89
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
connect()andget_tools()insrc/kronai/mcp.pyuseRaises/Returnswithout trailing colon in docstrings. Inconsistent with the rest of the codebase which uses numpy-style with colons (e.g.,Raises:).From PR #88 review suggestion.
This suggestion conflicts with the project's linter configuration. ruff's auto-fix (D406/D407 rules) enforces the no-colon format for
Raises/Returnssections — adding colons causes the CI to fail. Closing as "won't fix" since the linter enforces the opposite convention.See PR #132 which was closed after CI failed on this issue.