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.15.9
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.15.10
Choose a head ref
  • 6 commits
  • 22 files changed
  • 5 contributors

Commits on Dec 26, 2022

  1. Fix used-before-assignment if conditional imports guarded again whe…

    …n used (#7980)
    
    (cherry picked from commit e6f0bc5)
    jacobtylerwalls authored and Pierre-Sassoulas committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    c3d7b39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e907020 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Fixes custom braces in user-provided msg-template. (#7976) (#7993)

    Closes #5636
    
    Co-authored-by: Pierre Sassoulas <[email protected]>
    Co-authored-by: Dani Alcala <[email protected]>
    Pierre-Sassoulas and clavedeluna authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    bb4a567 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Backport (#7987) (#8005)

    * class attrs should not emit assigning-non-slot msg (#7987)
    
    * Create `TERMINATING_FUNCS_QNAMES` (#7825)
    
    Co-authored-by: Pierre Sassoulas <[email protected]>
    clavedeluna and Pierre-Sassoulas authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    1673aa6 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Fix used-before-assignment false positive for walrus operators in i…

    …fs (#8029) (#8033)
    
    Co-authored-by: Pierre Sassoulas <[email protected]>
    (cherry picked from commit 6ac908f)
    
    Co-authored-by: Zen Lee <[email protected]>
    github-actions[bot] and zenlyj authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    0741949 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Bump pylint to 2.15.10, update changelog (#8034)

    * Bump pylint to 2.15.10, update changelog
    
    * Update doc/whatsnew/2/2.15/index.rst
    Pierre-Sassoulas authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ea12a60 View commit details
    Browse the repository at this point in the history
Loading