Closed ASEM000 closed 1 year ago
Patch coverage: 100.00
% and project coverage change: -0.01
:warning:
Comparison is base (
d399e78
) 98.44% compared to head (44db470
) 98.44%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
move callbacks to inside
typing.Annotated
instead offield(...callbacks=[...])
usefield_name: Annotated[type, *callbacks]
. check PEP 593 and https://github.com/annotated-types/annotated-types for motivation.