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.4
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.5
Choose a head ref
  • 12 commits
  • 28 files changed
  • 8 contributors

Commits on Apr 4, 2022

  1. Narrow the scope of the unnecessary-ellipsis checker (#6081)

    * Narrow the scope of the ``unnecessary-ellipsis`` checker to functions & classes which contain both a docstring and an ellipsis.
    * Emit the warning when the body contains an ellipsis expression and at least one
    other item.
    
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    2 people authored and Pierre-Sassoulas committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    57a4d13 View commit details
    Browse the repository at this point in the history
  2. Fix false-positive for unnecessary-ellipsis checker on comparisons (#…

    …6075)
    
    Closes #6071.
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    skshetry and Pierre-Sassoulas committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e7a0faf View commit details
    Browse the repository at this point in the history
  3. Fix E1102 / not-callable false positive for property that returns…

    … a lambda function conditionally (#6068)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    4 people committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    c48c45a View commit details
    Browse the repository at this point in the history
  4. redefined-slots-in-subclass crash when slot type is neither a str…

    …ing or constant node (#6112)
    
    * Suppress `invalid-slots-object` in the function tests for `redefined-slots-in-subclass`
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    mbyrnepr2 and Pierre-Sassoulas committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    0599016 View commit details
    Browse the repository at this point in the history
  5. Account for more node types in handling of except block homonyms with…

    … comprehensions (#6073)
    
    Fixes a false positive for `used-before-assignment`.
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    3 people committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    22b5dc1 View commit details
    Browse the repository at this point in the history
  6. Fix handling of "for x in x" homonyms (#6154)

    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    jacobtylerwalls and Pierre-Sassoulas committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    4213b3c View commit details
    Browse the repository at this point in the history
  7. Fix false positive for unused-import when disabling both ``used-b…

    …efore-assignment`` and ``undefined-variable`` (#6096)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    2 people authored and Pierre-Sassoulas committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    7024743 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Only emit lru-cache-decorating-method when maxsize is None (

    #6181)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    3 people committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    0741313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03b6e7 View commit details
    Browse the repository at this point in the history
  3. Add subclassed-final-class message to the check_messages deco…

    …rator (#6190)
    
    Fix a false negative for ``subclassed-final-class`` when a set of other messages were disabled.
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    mbyrnepr2 and Pierre-Sassoulas committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    f251131 View commit details
    Browse the repository at this point in the history
  4. Bump black from 22.1.0 to 22.3.0 (#6176)

    Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@22.1.0...22.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Pierre-Sassoulas committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    2e9b33b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95cbd2b View commit details
    Browse the repository at this point in the history
Loading