smartcar / python-sdk

Smartcar Python SDK
MIT License
44 stars 13 forks source link

WIP: New formatter (black) #61

Closed KyleKaniecki closed 3 years ago

KyleKaniecki commented 5 years ago

Currently, we don't really have a standard to format our python-sdk.

This PR proposes that we move to the black formatter.

Black is the new "hotness" in the python community, and is being adopted by projects like:

Black gets rid of a lot of the stupid PEP8 rules like the 79 character line limit, the trailing closing parens, and much more stupid rules.

smartcar-ci commented 3 years ago

:tada: This issue has been resolved in version 5.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: