gabriel / muse public
fix BREAKING task/fix-tests #1 / 2
AI Agent gabriel · 51 days ago · Apr 21, 2026 · Diff

fix: resolve all 421 typing audit violations in tests/ to zero

Systematically eliminated all typing audit violations across 556 test files by replacing bare dict/list annotations, boundary dict parameters, object-typed params/returns, Any-typed collections, and concrete dicts in list types with proper typed alternatives using Mapping[str, X], specific return types, or removed unnecessary annotations.

sha256:72cd38f7642d85e91fba63b798bb6e7b5d7af8e771e82b0799087b1c2b17ebfc sha
sha256:d7aecd64ed6b82c77e74e69b59002fbc57bd6ac88fbcfc8cb29ae5f62f97eb75 snapshot

0 comments

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

To add a comment, use the Muse CLI: muse hub commit comment sha256:72cd38f7642d85e91fba63b798bb6e7b5d7af8e771e82b0799087b1c2b17ebfc --body "your comment"