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

Format with black #1303

Closed trim21 closed 1 year ago

trim21 commented 1 year ago

autopep8 doesn't enforce code style in some corner case, use black to make sure formatter of different editor/ide won't cause unnecessary diff.