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
fix(deps): adapt lint and tests to ruff 0.16 and typer 0.27
Lock file maintenance bumped ruff (0.15->0.16) and typer (0.26->0.27),
breaking CI:
- ruff 0.16 stabilizes PLR0917 (too-many-positional-arguments) into the
ALL selection; append PLR0917 to the existing per-site noqa on the 34
affected functions (PLR0913 stays, it is an independent rule).
- ruff 0.16 formats Python code blocks embedded in Markdown; reformat the
snippet in tests/CLAUDE.md accordingly.
- typer 0.27 renders the missing-argument metavar as the parameter name
('run_id') instead of upper-case ('RUN_ID'); update the assertion in
test_cli_run_result_delete_fails_on_no_arg.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments