SuffolkLITLab / FormFyxer

A tool for learning about and pre-processing forms
MIT License
11 stars 1 forks source link

Fix mypy typing issues #136

Closed BryceStevenWilley closed 1 month ago

BryceStevenWilley commented 1 month ago

Numpy 2.0 released and can cause some potential issues, so restrict to 1.x.y for now.

If this passes, I'll merge and then merge some fixes into pdf_content_extract and #134.

nonprofittechy commented 1 month ago

Mypy looks good now, nice! Does the build failure need a look?

BryceStevenWilley commented 1 month ago

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.