Added
isortas a direct dependency- Automated sanity check for generated packages
Changed
- Imports in all generated packages are sorted with
isort
Fixed
boto3.resource("ec2").delete_tagsannotation did not haveselfargument- Resource type annotations use aliases on conflict with Resource method name (affects all services)
botocore.ResourceCollection.pagesreturn type annotation wasList[Resource]instead of anIterator[List[Resource]]botocore.ResourceCollection.filteroverrides are type ignored because arguments are different and it is expected- All pylint/mypy warning in all generated packages
- Circular imports in packages type defs ( affects
fsx,ce,wafv2, maybe others)