openkinome / kinoml

Structure-informed machine learning for kinase modeling
https://openkinome.org/kinoml/
MIT License
52 stars 21 forks source link

Check lint warnings #98

Closed schallerdavid closed 2 years ago

schallerdavid commented 2 years ago

Currently, we run pylint with --disable=W because of E1102(not-callable) and E0401(import-error) errors. We should tackle those in the future.