iamleot / transferwee

Download/upload files via wetransfer.com
155 stars 38 forks source link

Reformat/restyle the code to match Black code style and enforce it by running as part of the CI/CD pipelines #42

Closed iamleot closed 1 year ago

iamleot commented 1 year ago

This PR enable running black as part of the CI/CD pipeline and reformat transferwee with the current Black code style.

The only non-default change that was adjusted is the line length that was reduced to 79 to respect PEP 8 and being <= 80 characters is nicer for most environments as well.