canonical / cloud-init

Official upstream for the cloud-init: cloud instance initialization
https://cloud-init.io/
Other
2.74k stars 831 forks source link

[enhancement]: fix typing of untyped-defs #5445

Open aciba90 opened 1 week ago

aciba90 commented 1 week ago

Enhancement

In https://github.com/canonical/cloud-init/pull/5409 we enabled the check_untyped_defs mypy lint to not include more type issues and disabled modules not passing the check. Fix them all!

Disabled modules

aciba90 commented 1 week ago

It is encouraged to split this work on several PRs to ease implementation and review time.