-
Notifications
You must be signed in to change notification settings - Fork 15.8k
Open
Labels
area:providersgood first issuekind:taskA task that needs to be completed as part of a larger issueA task that needs to be completed as part of a larger issueprovider:amazonAWS/Amazon - related issuesAWS/Amazon - related issues
Description
Description
The boto3
used by Amazon provider generates new classes at runtime, so mypy is not aware of types. Luckily, there is a package that has generated type annotations, but we have to install them separately - boto3-stubs
It would be nice for us to check if this library meets our expectations and integrate it with our CI.
CC: @kaxil @mlgruby @coopergillan
Use case / motivation
This will allow us to detect more problems during the static check. It will also provide a better development experience as the IDE will be able to suggest types.
Related Issues
N/A
mlgruby and potix2ad-m
Metadata
Metadata
Assignees
Labels
area:providersgood first issuekind:taskA task that needs to be completed as part of a larger issueA task that needs to be completed as part of a larger issueprovider:amazonAWS/Amazon - related issuesAWS/Amazon - related issues