Azure / Azure/azure-storage-python
Please fix mypy issues
- 主要语言
- Python
- 星标
- 343
- 派生
- 243
- PR 合并指标
- 30 天内没有已合并 PR
描述
When running mypy on my code it fails due to azure storage blob.
The error is
```python
c:\repos\trading_analytics\fumo-engine\.venv\lib\site-packages\azure\storage\blob\_serialize.py:129: error: Type signature has too many arguments
c:\repos\trading_analytics\fumo-engine\.venv\lib\site-packages\azure\storage\blob\_blob_client.py:1407: error: Type signature has too few arguments
c:\repos\trading_analytics\fumo-engine\.venv\lib\site-packages\azure\storage\blob\aio\_blob_client_async.py:808: error: Type signature has too few arguments
```
Please fix. Thanks
贡献指南
调研方向
复现 mypy 失败,并检查 azure/storage/blob/_serialize.py、_blob_client.py 和 aio/_blob_client_async.py 中报告的文件,尤其是列出的行。将受影响的类型签名与已安装的 Azure 依赖项进行比较;完成的标准是 mypy 不再报告这三个错误。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- azure, python
- 领域
- cloud
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100