-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storage] [Typing] [File Datalake] Resolved mypy
errors for Datalake Clients
#38112
[Storage] [Typing] [File Datalake] Resolved mypy
errors for Datalake Clients
#38112
Conversation
API change check API changes are not detected in this pull request. |
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_data_lake_lease.py
Show resolved
Hide resolved
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_data_lake_service_client.py
Outdated
Show resolved
Hide resolved
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_data_lake_service_client.py
Show resolved
Hide resolved
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_path_client.py
Outdated
Show resolved
Hide resolved
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_path_client.py
Outdated
Show resolved
Hide resolved
...re-storage-file-datalake/azure/storage/filedatalake/aio/_data_lake_directory_client_async.py
Outdated
Show resolved
Hide resolved
...e/azure-storage-file-datalake/azure/storage/filedatalake/aio/_data_lake_file_client_async.py
Outdated
Show resolved
Hide resolved
Hi @weirongw23-msft. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
Active PR |
/azp run python - pullrequest |
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_file_system_client.py
Outdated
Show resolved
Hide resolved
...torage/azure-storage-file-datalake/azure/storage/filedatalake/_data_lake_directory_client.py
Outdated
Show resolved
Hide resolved
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_file_system_client.py
Outdated
Show resolved
Hide resolved
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_file_system_client.py
Outdated
Show resolved
Hide resolved
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_path_client.py
Outdated
Show resolved
Hide resolved
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/aio/_path_client_async.py
Outdated
Show resolved
Hide resolved
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_shared/base_client.py
Show resolved
Hide resolved
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_file_system_client.py
Outdated
Show resolved
Hide resolved
fc8c66a
into
Azure:feature/storage-datalake-typing
This PR configures
mypy.ini
and resolves allmypy
errors for Directory, File, Path, Lease, Service, and File System Clients (along with aio and helpers equivalent) 🚀