-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
Feature Request
For projects that have embraced type checking, it would be useful if hcloud could pass mypy's strict typing.
e.g. at the moment, using the canonical imports in a strict project would result in:
error: Module "hcloud.images" does not explicitly export attribute "Image" [attr-defined]
Describe the solution you'd like
Work you way up to being able to pass mypy --strict
This can be done one step at a time, enabling features in pyproject.toml
to ensure they don't regress
jooola