Changed
- Upgraded the
reusable-mypy
action to v0.15.0 and replaced the--ignore-missing-imports
option withdisable_error_code = ["import-untyped"]
as recommended by ASFHyP3/actions#225, then ignored or fixed the resultingmypy
errors.
reusable-mypy
action to v0.15.0 and replaced the --ignore-missing-imports
option with disable_error_code = ["import-untyped"]
as recommended by ASFHyP3/actions#225, then ignored or fixed the resulting mypy
errors.