Added
- `isort` as a direct dependency
- Automated sanity check for generated packages
Changed
- Imports in all generated packages are sorted with `isort`
Fixed
- `boto3.resource("ec2").delete_tags` annotation did not have `self` argument
- Resource type annotations use aliases on conflict with Resource method name (affects all services)
- `botocore.ResourceCollection.pages` return type annotation was `List[Resource]` instead of an `Iterator[List[Resource]]`
- `botocore.ResourceCollection.filter` overrides 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)