rveachkc / pymsteams

Format messages and post to Microsoft Teams.
https://pypi.org/project/pymsteams/
Apache License 2.0
418 stars 77 forks source link

style: Format python files with black #132

Closed elisiariocouto closed 1 year ago

elisiariocouto commented 1 year ago

Renamed class names according to PEP-8. Formatted code with black.

rveachkc commented 1 year ago

Apparently, I missed this one, apologies.

I like black, and use it on many of my newer projects, but I don't think this would have been a good fit here.

Many of those classes are going to be used by external projects, so changing them will cause a lot of breakage elsewhere. Additionally, I'm not wild about changes to lines that are purely cosmetic. I dislike when the git blame shows the author of a style-only commit over the author responsible for the functional part of the code.