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 - partial fix up #212

Merged
merged 9 commits into from
Nov 4, 2024

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    db44f75 View commit details
    Browse the repository at this point in the history
  2. pylint - fix unused-variable

    Prefix underscore to variables that could be useful for debugging.
    pavoljuhas committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    663a284 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99c42a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e263faa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    03058f7 View commit details
    Browse the repository at this point in the history
  2. pylint - fix consider-using-f-string

    And run black formatter on touched files.
    pavoljuhas committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    27ae797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4a635d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d470f10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6c14c5 View commit details
    Browse the repository at this point in the history