Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint all Python source code #131

Open
dkav opened this issue Mar 27, 2021 · 0 comments
Open

Lint all Python source code #131

dkav opened this issue Mar 27, 2021 · 0 comments
Labels
code cleanup Making the code easier to understand, maintain, and modify

Comments

@dkav
Copy link
Contributor

dkav commented Mar 27, 2021

I have being doing this in fits and starts over the years but never actually completed the task. Most linting errors are basic and easily corrected, while some require more effort. Stubborn errors could be assigned their own issue.

Currently I use flake8, pylint and vulture. There is a pylint resource file in the repo. Line length is 79.

lm_util.py, the largest Python file, requires the most work.

@dkav dkav added the code cleanup Making the code easier to understand, maintain, and modify label Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Making the code easier to understand, maintain, and modify
Projects
None yet
Development

No branches or pull requests

1 participant