Closed t-kimber closed 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 :)
Description
Have lint and formatting passing.
Todos
Status