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.0
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.1
Choose a head ref
  • 10 commits
  • 42 files changed
  • 6 contributors

Commits on May 16, 2024

  1. [possibly-used-before-assignment] Fix FP for sys.exit() (#9634) (#9635

    )
    
    (cherry picked from commit c6a9699)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    github-actions[bot] and jacobtylerwalls authored May 16, 2024
    Configuration menu
    Copy the full SHA
    08359be View commit details
    Browse the repository at this point in the history
  2. Fix a false negative for --ignore-patterns (#9630) (#9636)

    * Fix a false negative for ``--ignore-patterns`` when the directory to be linted is specified using a dot(``.``) and all files are ignored instead of only the files whose name begin with a dot.
    
    Closes #9273
    
    (cherry picked from commit b3aceb0)
    
    Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
    github-actions[bot] and mbyrnepr2 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    ee6b62f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Don't emit incorrect-variance for type parameters (PEP 695) (#9638)

    (cherry picked from commit fbc1ed3)
    cdce8p authored and github-actions[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cdcc509 View commit details
    Browse the repository at this point in the history
  2. [Backport maintenance/3.2.x] Don't emit incorrect-variance for type p…

    …arameters (PEP 695) (#9640)
    
    Backport fbc1ed3 from #9638.
    Pierre-Sassoulas authored May 17, 2024
    Configuration menu
    Copy the full SHA
    b2ea316 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Add --prefer-stubs=y option (#9632)

    * Bump astroid to 3.2.1
    
    (cherry picked from commit ce47a62)
    jacobtylerwalls authored and github-actions[bot] committed May 18, 2024
    Configuration menu
    Copy the full SHA
    a03ceae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dae975 View commit details
    Browse the repository at this point in the history
  3. Fix FP for possibly-used-before-assignment with assert_never() (#…

    …9645) (#9647)
    
    (cherry picked from commit 117be95)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    3 people authored May 18, 2024
    Configuration menu
    Copy the full SHA
    aed496a View commit details
    Browse the repository at this point in the history
  4. Fix linterstats.get_module_message_count() (#9146) (#9648)

    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    (cherry picked from commit d7526e3)
    
    Co-authored-by: zasca <gorstav@gmail.com>
    github-actions[bot] and zasca authored May 18, 2024
    Configuration menu
    Copy the full SHA
    1498675 View commit details
    Browse the repository at this point in the history
  5. [trailing-comma-tuple] Fix enabling with message control locally when…

    … disabled for the file (#9609) (#9649)
    
    * [trailing-comma-tuple] Set the confidence to HIGH
    
    * [trailing-comma-tuple] Properly emit when disabled globally and enabled locally
    
    * [trailing-comma-tuple] Handle case with space between 'enable' and '='
    
    (cherry picked from commit 96fad05)
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    github-actions[bot] and Pierre-Sassoulas authored May 18, 2024
    Configuration menu
    Copy the full SHA
    926547b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9223172 View commit details
    Browse the repository at this point in the history
Loading