mik-laj opened a new issue #11297: URL: https://github.com/apache/airflow/issues/11297
**Description** The [`boto3`](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html) 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 - https://pypi.org/project/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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
