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: v3.2.5
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: v3.2.6
Choose a head ref
  • 10 commits
  • 25 files changed
  • 6 contributors

Commits on Jul 7, 2024

  1. Fix invalid-name regression for class attributes in subclasses (#9772

    …) (#9775)
    
    (cherry picked from commit b9a42e8)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    github-actions[bot] and jacobtylerwalls authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    aea868c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Bump astroid to 3.2.3 (#9787)

    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    jacobtylerwalls and Pierre-Sassoulas authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9882537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eb2c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd4c8f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Fix a false positive for missing-param-doc (#9740) (#9793)

    * Fix a false positive for ``missing-param-doc`` where a method which is decorated with ``typing.overload`` was expected to have a docstring specifying its parameters.
    
    Closes #9739
    
    (cherry picked from commit 9cd5c37)
    
    Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
    github-actions[bot] and mbyrnepr2 authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8410f57 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Fix consider-using-min-max-builtin (#9802) (#9803)

    Fix a false positive for `consider-using-min-max-builtin` when the
    assignment target is an attribute.
    
    (cherry picked from commit 6236b91)
    
    Co-authored-by: Ekin Dursun <ekindursun@gmail.com>
    github-actions[bot] and onlined authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1d877de View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Bump astroid to 3.2.4 (#9816) (#9821)

    (cherry picked from commit c9c768e)
    jacobtylerwalls authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c0b1d22 View commit details
    Browse the repository at this point in the history
  2. Fix a crash when a subclass extends __slots__ (#9817) (#9822)

    (cherry picked from commit 8e18fc0)
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    jacobtylerwalls and Pierre-Sassoulas authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    5f19cd5 View commit details
    Browse the repository at this point in the history
  3. Update setuptools to >=71.0.4 (#9812) (#9824)

    (cherry picked from commit 60bd230)
    
    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    github-actions[bot] and cdce8p authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    810c59c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    da19566 View commit details
    Browse the repository at this point in the history
Loading