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: b9c1ab3
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: de0147e
Choose a head ref
  • 8 commits
  • 20 files changed
  • 8 contributors

Commits on Mar 23, 2023

  1. Don't consider Union to always be a type alias (#8489)

    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    (cherry picked from commit 07127ee)
    DanielNoord and Pierre-Sassoulas committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ebf1952 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Fix unnecessary-lambda false positive for lambdas using its paramet…

    …ers in their body (#8498) (#8506)
    
    Fixes #8496
    
    (cherry picked from commit b621436)
    
    Co-authored-by: cherryblossom <31467609+cherryblossom000@users.noreply.github.com>
    github-actions[bot] and cherryblossom000 authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d429822 View commit details
    Browse the repository at this point in the history
  2. [Backport maintenance/2.17.x] Allow integers in TypeAlias names. (#8507)

    Co-authored-by: Stephane Odul <1504511+sodul@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4e11693 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Don't use removed function from astroid (#8525) (#8526)

    (cherry picked from commit f7bd676)
    
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    github-actions[bot] and DanielNoord authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    538c41b View commit details
    Browse the repository at this point in the history
  2. [pyreverse] Bugfix: strip "/" at the end of the file (#8517) (#8528)

    Signed-off-by: Alvaro Frias Garay <alvaro.frias@eclypsium.com>
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    (cherry picked from commit 6ad17fb)
    
    Co-authored-by: Alvaro Frias <alvaro.frias@eclypsium.com>
    github-actions[bot] and qequ authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    6dda042 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    574edc3 View commit details
    Browse the repository at this point in the history
  2. [Backport maintenance/2.17.x] Add regression test for #7506 (#8531)

    * Add regression test for #7506 (#8432)
    
    (cherry picked from commit 1fa16c2)
    
    ---------
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    3 people authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    84c197d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de0147e View commit details
    Browse the repository at this point in the history
Loading