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 plugin to check that return type annotation for __init__ functions is -> None #978

Merged
merged 7 commits into from
Jul 2, 2024

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    9630cca View commit details
    Browse the repository at this point in the history
  2. Format improvements

    natibek committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    21e1046 View commit details
    Browse the repository at this point in the history
  3. Added -> None to __init__

    natibek committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5e14121 View commit details
    Browse the repository at this point in the history
  4. Descriptive name for plugin

    natibek committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0f6043a View commit details
    Browse the repository at this point in the history
  5. Missing period

    natibek committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    856c78d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Updated warning codes

    natibek committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ced5c95 View commit details
    Browse the repository at this point in the history
  2. Removed debug additions

    natibek committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c302933 View commit details
    Browse the repository at this point in the history