openkinome / kinoml

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

Lint and format Github actions #82

Closed t-kimber closed 2 years ago

t-kimber commented 3 years ago

Description

Have lint and formatting passing.

Todos

Status

codecov-commenter commented 3 years ago

Codecov Report

Merging #82 (415be02) into master (afe169e) will decrease coverage by 0.92%. The diff coverage is 40.90%.

t-kimber commented 2 years ago

Hi @schallerdavid, I disabled all warnings in pylint. One can check locally for pylint errors by typing the following command in the kinoml directory:

pylint --disable=W kinoml/

I spotted two types of errors: One E1102(not-callable) and the rest E0401(import-error).

Let's see if we can tackle these errors by the end of the week :)