Closed pawamoy closed 1 week ago
The type-checking error could be fixed by changing the annotation of Field.metadata
to Mapping
, or by making an actual dict of metadata with dict(f.metadata)
. Or we can type-ignore it, let me know.
i'd probably dict it personally, for making a type that can be consistent across the various types.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
23a0be3
) to head (ac2a2ea
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Closes #181.