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: f798a4a
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: 98942ba
Choose a head ref
  • 12 commits
  • 37 files changed
  • 10 contributors

Commits on May 17, 2025

  1. [ci] Install pylint before every test (#10388) (#10389)

    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    Pierre-Sassoulas and cdce8p authored May 17, 2025
    Configuration menu
    Copy the full SHA
    5fce790 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Improve backport job permissions (#10390) (#10391)

    (cherry picked from commit 222ab20)
    cdce8p authored May 18, 2025
    Configuration menu
    Copy the full SHA
    5addaaa View commit details
    Browse the repository at this point in the history
  2. Resolve possibly-used-before-assignment false positives from `match…

    …` block assignments (#10393)
    
    (cherry picked from commit ad14b5b)
    jacobtylerwalls committed May 18, 2025
    Configuration menu
    Copy the full SHA
    045f179 View commit details
    Browse the repository at this point in the history
  3. [Backport maintenance/3.3.x] Resolve possibly-used-before-assignment …

    …false positives from `match` block assignments (#10393) (#10395)
    jacobtylerwalls authored May 18, 2025
    Configuration menu
    Copy the full SHA
    7038ef4 View commit details
    Browse the repository at this point in the history
  4. Use custom Github App to authenticate backport job (#10394) (#10396)

    (cherry picked from commit 6be8676)
    
    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    pylint-backport-bot[bot] and cdce8p authored May 18, 2025
    Configuration menu
    Copy the full SHA
    329c967 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Fix Pyreverse: Aggregations aren't filtered according to filter mode …

    …(PUB_ONLY, etc.) (#10379) (#10401)
    
    * updated diagrams.py file
    
    * added tests
    
    * updated tests
    
    * added test cases
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    
    (cherry picked from commit ed59632)
    
    Co-authored-by: pavan-msys <149513767+pavan-msys@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored May 21, 2025
    Configuration menu
    Copy the full SHA
    51234e5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Fix Mermaid printer rendering double underscores as bold formatting (#…

    …10403) (#10410)
    
    (cherry picked from commit 25a0f9e)
    
    Co-authored-by: Julian Grimm <51880314+Julfried@users.noreply.github.com>
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    3 people authored May 29, 2025
    Configuration menu
    Copy the full SHA
    fbde890 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Respect docstring-min-length in docparams extension (#10104) (#10434)

    (cherry picked from commit 7f5e996)
    
    Co-authored-by: Berker ŞAL <brkr.sal@gmail.com>
    pylint-backport-bot[bot] and berkersal authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    6ec71ba View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Fix unused-variable false positive when using same name for multipl…

    …e exceptions (#10436) (#10481)
    
    (cherry picked from commit 9e72867)
    
    Co-authored-by: Zen Lee <53538590+zenlyj@users.noreply.github.com>
    pylint-backport-bot[bot] and zenlyj authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    5a5a9be View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Fix false-negative for used-before-assignment with postponed evaluati…

    …on in function defs (#10482) (#10483)
    
    (cherry picked from commit d363fca)
    
    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    pylint-backport-bot[bot] and cdce8p authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    cef60cc View commit details
    Browse the repository at this point in the history
  2. Update pytest-benchmark requirement from ~=4.0 to ~=5.1 (#10066) (#10484

    )
    
    (cherry picked from commit f04761b)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    6a1620a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

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