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

Fix a crash when looking up an __init__ method #7744

Merged
merged 7 commits into from Nov 12, 2022

Commits on Nov 10, 2022

  1. Fix a crash when a child class with an __init__ method inherits f…

    …rom a parent class with an ``__init__`` class attribute.
    
    Closes pylint-dev#7742
    mbyrnepr2 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    62933f7 View commit details
    Browse the repository at this point in the history
  2. continue if not a method.

    mbyrnepr2 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    aa38336 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1487881 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Update pylint/checkers/classes/class_checker.py

    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    mbyrnepr2 and DanielNoord committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1d057f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    a7a5bac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98ef8b8 View commit details
    Browse the repository at this point in the history
  3. Rename fragment

    mbyrnepr2 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    162fa65 View commit details
    Browse the repository at this point in the history