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(schemas): correct generator annotation in test, add clarifying comments
- Fix _bad_as_file return type to Iterator[Path] (mypy rejects -> None on
a generator under @contextmanager)
- Move test imports to module level per project convention
- Add comment on intentional over-conservative '..' path-traversal guard
- Add noqa comment on broad except in dynamic schema listing
https://claude.ai/code/session_01TfYXsZysMjHdZBpJqkVW7P
0 commit comments