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.0.2
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.0.3
Choose a head ref
  • 10 commits
  • 28 files changed
  • 6 contributors

Commits on Oct 29, 2023

  1. Fix undefined-variable etc for Python 3.12 generic type syntax (#9195

    …) (#9199)
    
    (cherry picked from commit c648f16)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    github-actions[bot] and jacobtylerwalls authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    53d4541 View commit details
    Browse the repository at this point in the history
  2. Fix false positive for unnecessary-lambda. (#9149) (#9200)

    This simplifies the check for the call having kwargs but not the lambda.
    
    (cherry picked from commit 2289c71)
    
    Co-authored-by: Clément Schreiner <clement@mux.me>
    github-actions[bot] and clemux authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    0273db7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. [todos] Fix the todos version and the warnings' text (#9202) (#9204)

    (cherry picked from commit 5546fe8)
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    github-actions[bot] and Pierre-Sassoulas authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    dc11223 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Fix incorrect suggestion for unnecessary-comprehension (#9172) (#9242)

    (cherry picked from commit 6f83d5a)
    
    Co-authored-by: Sayyed Faisal Ali <80758388+C0DE-SLAYER@users.noreply.github.com>
    github-actions[bot] and faisalalisayyed authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a60ddd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Fix doc generation in implicit-str-concat

    New sphinx now check that a block of code is valid.
    Pierre-Sassoulas committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7f01d83 View commit details
    Browse the repository at this point in the history
  2. [Backport maintenance/3.0.x] [bugfix] Find files with ./ as input wit…

    …h a __init__.py file (#9286)
    
    * [bugfix] Find files with ./ as input with a __init__.py file (#9211)
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    (cherry picked from commit abdb874)
    3 people authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    81f0f2e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. [pointless-string-statement] Ignore docstrings on py3.12 type aliases (

    …#9269) (#9287)
    
    (cherry picked from commit 796eae3)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    github-actions[bot] and jacobtylerwalls authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d0d5c91 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. [wrong-exception-operation] Fix FP for tuple concatenation of excepti…

    …on types (#9289) (#9291)
    
    (cherry picked from commit 8d4c6c1)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    github-actions[bot] and jacobtylerwalls authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    fea5483 View commit details
    Browse the repository at this point in the history
  2. Disallow isort 5.13.0 (#9290) (#9292)

    Refs #9270
    
    (cherry picked from commit 47410ad)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    github-actions[bot] and jacobtylerwalls authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    54687e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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