minio / minio-py

MinIO Client SDK for Python
https://docs.min.io/docs/python-client-quickstart-guide.html
Apache License 2.0
851 stars 325 forks source link

Add type checking to tests #1322

Closed brianhelba closed 11 months ago

brianhelba commented 1 year ago

In addition to the minor type annotation fixes in this PR, this also depends on #1321 (which is split out for easier review) to get Mypy to pass.

balamurugana commented 11 months ago

Refer https://github.com/minio/minio-py/pull/1376