civo / client-python

Python package to interact with Civo's API
https://www.civo.com/
MIT License
10 stars 9 forks source link

Adding auto-reformatting to the master branch #36

Closed tanmaymunjal closed 1 year ago

tanmaymunjal commented 1 year ago

Hey, so I recently setup auto-reformatting using black on my fork to make sure I sent in clean code for any PRs and also didn't have to do the code formatting manually myself.

I was just wondering if it would be a good idea to setup auto-reformatting on the master branch as well to maintain consistent code formatting. Or maybe we should add code style guide to the project and ask all contributors to follow it ig?

Wdyt?

alejandrojnm commented 1 year ago

I just added an .editorconfig to the project