Closed BryceStevenWilley closed 5 months ago
Mypy looks good now, nice! Does the build failure need a look?
Does the build failure need a look?
See https://github.com/SuffolkLITLab/FormFyxer/issues/135, I'm cooking up a fix in ALActions (https://github.com/SuffolkLITLab/ALActions/pull/25 and https://github.com/SuffolkLITLab/ALActions/pull/26) that I think should solve it and not mess with anything else.
Numpy 2.0 released and can cause some potential issues, so restrict to 1.x.y for now.
docx.Document
is a constructor function,docx.document.Document
is the type itselfget_possible_radios
popped up: the function is untested, so I fixed the typing issuesIf this passes, I'll merge and then merge some fixes into
pdf_content_extract
and #134.