Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.13.3
Choose a base ref
...
head repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.4
Choose a head ref
  • 6 commits
  • 13 files changed
  • 6 contributors

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    4966c5b View commit details
    Browse the repository at this point in the history
  2. Fix crash for unneccessary-ellipsis checker (#6038)

    When an ellipsis is used inside of a list or inside a container
    
    Closes #6037
    
    Co-authored-by: Mark Byrne <mark.byrne@rabobank.com>
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    3 people committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    8b20590 View commit details
    Browse the repository at this point in the history
  3. Fix false positive for the unnecessary-ellipsis checker (#6039)

    When an ellipsis is used in a lambda expression.
    
      Closes #6036
    
    Co-authored-by: Mark Byrne <mark.byrne@rabobank.com>
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    3 people committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5ea03af View commit details
    Browse the repository at this point in the history
  4. Remove assumption of direct parentage in used-before-assignment hom…

    …onym handling
    
    The previous fixes for false positives involving homonyms with variables in comprehension tests in
    #5586 and #5817 still relied on assumptions of direct parentage.
    jacobtylerwalls authored and Pierre-Sassoulas committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    8812626 View commit details
    Browse the repository at this point in the history
  5. Fix crash in super-init-not-called checker (#6043)

    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    3 people committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    9009189 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14ae9e8 View commit details
    Browse the repository at this point in the history
Loading