clauswilke / PeptideBuilder

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

More type annotations #35

Closed Seanny123 closed 4 years ago

Seanny123 commented 4 years ago

My type-checker, pyright, was complaining about the underspecified types in the test files. This Pull Request resolves those complaints.

clauswilke commented 4 years ago

This has a conflict now, probably because I merged the other PR.

Seanny123 commented 4 years ago

Resolved it with the help of GitHub.

clauswilke commented 4 years ago

Thanks! Can we hook up the type-checker into Travis also? Otherwise I fear we'll soon devolve back into a state where it fails.