You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autorest is tricky for mypy because it dynamically loads up patches.
While trying to bend the arms of both of them to get something sensible, I saw that there is a post processing step of autorest which should solve our problem:
Autorest is tricky for mypy because it dynamically loads up patches.
While trying to bend the arms of both of them to get something sensible, I saw that there is a post processing step of autorest which should solve our problem:
https://github.com/Azure/autorest.python/blob/main/docs/customizations.md#postprocessing-optional
It's being used by Azure:
https://github.com/Azure/azure-sdk-for-python/blob/200f57e6459a5b5a240e76bb2d661e5cc17181b1/tools/azure-sdk-tools/packaging_tools/generate_client.py#L26C42-L26C53
Azure/azure-sdk-for-python#34695
Not perfect though...
Azure/autorest.python#1465
If I try to run it now, I get
To be investigated
The text was updated successfully, but these errors were encountered: