Is there any planned support for types in reportlab? I was trying to setup pyright with a reportlab project and I'm getting errors like
error: Type of "circle" is partially unknown
Type of "circle" is "(x_cen: Unknown, y_cen: Unknown, r: Unknown, stroke: int = 1, fill: int = 0) -> None" (reportUnknownMemberType)
Some of the funcs it's able to infer the types for, but others like Canvas.circle, not so much.
Thanks,
Tom