sul-dlss / dlme-airflow

This is a new repository to capture the work related to the DLME ETL Pipeline and establish airflow
Apache License 2.0
1 stars 0 forks source link

make mypy/typechecking stuff consistent #548

Open jmartin-sul opened 1 month ago

jmartin-sul commented 1 month ago

went to this repo to cite an example of mypy usage for a new python project where we might want to add it to CI. noticed that type checking was removed from CI in this PR: https://github.com/sul-dlss/dlme-airflow/pull/519

but there are still vestiges of it in the code as of this ticket:

we should probaby either resurrect the invocation in CI, or remove the last vestiges of it entirely (i'm slightly in favor of keeping if it's easy to add back, but don't feel strongly)