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: gh action & fixes #282

Closed
wants to merge 10 commits into from
Closed

Commits on Jul 30, 2023

  1. chore: add pylintrc

    kotborealis committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    018e248 View commit details
    Browse the repository at this point in the history
  2. chore: add pylint workflow

    kotborealis committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    b0e222f View commit details
    Browse the repository at this point in the history
  3. fix: pylint no-else-break

    kotborealis committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    84a2354 View commit details
    Browse the repository at this point in the history
  4. fix: pylint comparison-with-callable

    kotborealis committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    032a0b8 View commit details
    Browse the repository at this point in the history
  5. fix: pylint unnecessary-comprehension

    kotborealis committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    8f950aa View commit details
    Browse the repository at this point in the history
  6. fix: pylint unused-variable

    kotborealis committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    909ab6f View commit details
    Browse the repository at this point in the history
  7. fix: pylint no-else-return

    kotborealis committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    7cc42cf View commit details
    Browse the repository at this point in the history
  8. fix: pylint consider-using-in

    kotborealis committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    5336fdf View commit details
    Browse the repository at this point in the history
  9. fix: pylint dangerous-default-value

    kotborealis committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    6aa5f8b View commit details
    Browse the repository at this point in the history
  10. fix: pylint use-implicit-booleaness-not-len

    kotborealis committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    6613a93 View commit details
    Browse the repository at this point in the history