You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add GitHub templates (CODEOWNERS, PR template, issue templates)
- CODEOWNERS for automatic reviewer assignment
- Pull request template with checklist
- Issue templates for bugs and feature requests
Stu Mason + AI <me@stumason.dev>
* style: fix ruff formatting on 4 Python files
Ran ruff format to fix formatting issues that were causing CI failure.
Stu Mason + AI <me@stumason.dev>
* fix: prefix unused user_id argument with underscore
Fixes ruff ARG002 (unused method argument) lint error while keeping
backwards compatibility.
Stu Mason + AI <me@stumason.dev>
* fix: use noqa comment instead of underscore prefix
The underscore prefix broke backwards compatibility for callers using
user_id as a keyword argument. Using noqa: ARG002 to suppress the lint
error while keeping the public API stable.
Stu Mason + AI <me@stumason.dev>
0 commit comments