clauswilke / PeptideBuilder

A simple Python library to generate model peptides
MIT License
79 stars 30 forks source link

Attempt cleaning up code formatting #22

Closed Seanny123 closed 4 years ago

Seanny123 commented 4 years ago

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.

clauswilke commented 4 years ago

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