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.
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.