c-w opened a new pull request #1410: Add type annotations to storage API URL: https://github.com/apache/libcloud/pull/1410 ## Add type annotations to storage API ### Description As discussed in https://github.com/apache/libcloud/pull/1408#discussion_r366147905, this PR adds type annotations to the StorageDriver API. For now, mypy errors are ignored for the s3, google_storage and cloudfiles drivers since the use of inheritance on the connection classes is causing issues which will require a more thorough strategy to address. ### Status - done, ready for review ### Checklist - [x] Code linting ([build passed](https://travis-ci.org/CatalystCode/libcloud/builds/636950988)) - [x] Documentation (updated docstrings) - [x] Tests ([build passed](https://travis-ci.org/CatalystCode/libcloud/builds/636950988)) - [x] ICLA ([committer](https://people.apache.org/phonebook.html?uid=clewolff))
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
