gabriel / muse public
fix main #27 / 100

fix: resolve typing_audit violations in cli_test_helper

- Inherit _StdinWithBuffer and _StdoutCapture from io.StringIO so they are proper TextIO types — eliminates type: ignore[assignment] and type: ignore[arg-type] on redirect_stdout / sys.stdin assignment - Type _cli parameter as None (all tests pass None post-migration) - Remove **_kwargs catch-all; drop stale obj= kwarg from one test call - Drop `from typing import Any` — file is now Any-free

typing_audit: 0 violations mypy: 0 errors pytest: 3202 passed

G Gabriel Cardona <gabriel@tellurstori.com> · 1d ago Mar 22, 2026 · 5175b6a3 · parent d78c6f12
2
files changed
407
files in snapshot
Files Changed 407 in snapshot
~2

0 comments

No comments yet. Be the first to start the discussion.