squlearn
squlearn copied to clipboard
Eternal: Linting
Improve the overall pylint code score by e.g.
- checking variable names (maybe adding to good-names)
- adding and fixing docstrings
- fixing long lines (probably strings)
- ...
In general, run
pylint src
and fix warnings and errors.