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
Older
fix: align remaining tests with production — bytearray, prefixed…
sha256:815508387e1675b5d327f0c3fbc940fffaada3e5c54b60df1b0b519aca5293aa
All commits
Newer →
Latest on task/fix-tests
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:72cd38f7642d85e91fba63b798bb6e7b5d7af8e771e82b0799087b1c2b17ebfc --body "your comment"
No comments yet. Be the first to start the discussion.