Open
Description
The pylint score for this project is terribly low at 6.57. Many of the issues are non-issues for a project such as this, eg. broken naming conventions because of typical algorithm variable naming. However, there are still a ton of issues that should be dealt with, including but not limited to trailing whitespace, missing docstrings, dead code (after return), uncaught strings, and out-dated iteration using range with len.
Many of these issues could be taken care of automatically. I propose that we start with that.
Metadata
Metadata
Assignees
Labels
No labels