coleygroup / molpal

active learning for accelerated high-throughput virtual screening
MIT License
159 stars 36 forks source link

Iss/linting #27

Closed davidegraff closed 2 years ago

davidegraff commented 2 years ago

Description

this PR formats and lints all the code. It also includes some typing fixes (e.g., changing all the Type[T] to just T for most class-type return values

Checklist