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

Pylint fix #21

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Pylint fix #21

wants to merge 6 commits into from

Conversation

chiefeu
Copy link
Contributor

@chiefeu chiefeu commented Mar 8, 2024

  1. initially used 'black' (pip install black) for basic fix.

  2. then manually modified each python file based on the pylint output.

  • added module, class, function docstrings
  • removed/commented out unused variables (in for loops, we rename the variable to _ )
  • removed/commented out unused imports
  • reorganized imports
  • fixed line-too-long warnings
  • fixed naming conventions suggested by pylint
  • fixed missing explicit default parameters
  • etc.
  1. other pylint warnings (too many branch, local variables, statements, etc.) needs to refactor the whole code to be fixed
  • src python files for further refactoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant