clauswilke/PeptideBuilder

Attempt cleaning up code formatting

Closed this issue · 1 comments

Currently, the code sets off multiple warnings, even with a conservative pylint configuration. This is understandable, because code formatting is annoying. black automatically does code-formatting for you.

I've done everything I wanted to do to clean up the code. You can now run black and submit a PR.