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: v4.0.4
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: v4.0.5
Choose a head ref
  • 9 commits
  • 23 files changed
  • 11 contributors

Commits on Dec 6, 2025

  1. [Backport maintenance/4.0.x] Properly detect self.fail() as a ter…

    …minating node in ``unittest.TestCase`` (#10771)
    
    Properly detect 'self.fail()' as a terminating node in 'unittest.TestCase' (#10770)
    
    (cherry picked from commit c45fef7)
    
    Co-authored-by: Zachary Wilkins-Olson <102660451+CodePapayas@users.noreply.github.com>
    pylint-backport[bot] and CodePapayas authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    f08c33a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

  1. [Backport maintenance/4.0.x] Fix logging-unsupported-format when …

    …logging statements contain format-like strings but no arguments (#10779)
    
    Fix ``logging-unsupported-format`` when logging statements contain format-like strings but no arguments (#10758)
    
    Closes #10752
    
    (cherry picked from commit c1f158c)
    
    Co-authored-by: Alvaro Frias <alvaro.frias@eclypsium.com>
    pylint-backport[bot] and qequ authored Dec 14, 2025
    Configuration menu
    Copy the full SHA
    38bdf02 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2026

  1. Sync astroid version with requirements file again

    (cherry picked from commit 29279d0)
    Julfried authored and jacobtylerwalls committed Jan 10, 2026
    Configuration menu
    Copy the full SHA
    f0d30a2 View commit details
    Browse the repository at this point in the history
  2. [Backport maintenance/4.0.x] Fix setting options for import order che…

    …cker (#10810)
    
    Fix setting options for import order checker (#10802)
    
    Fix regression in 6ce6032:
    In `__init__` the options are not parsed yet and hence will always be
    the defaults.
    
    With the fix of honoring the config the import is now correctly
    identified using the overwrite `known-standard-library=_string`
    
    (cherry picked from commit 5a770e3)
    
    Co-authored-by: Alexander Grund <Flamefire@users.noreply.github.com>
    pylint-backport[bot] and Flamefire authored Jan 10, 2026
    Configuration menu
    Copy the full SHA
    4cc98be View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. Disable unspecified-encoding for py-version above Python 3.15 (#10800)

    (cherry picked from commit de75d30)
    MehrazRumman authored and DanielNoord committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    7b73bfd View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. [Backport maintenance/4.0.x] Fix FP for invalid-name with `typing.F…

    …inal` on dataclass fields (#10817)
    
    Fix FP for `invalid-name` with `typing.Final` on dataclass fields (#10797)
    
    (cherry picked from commit 2b8b7e3)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    pylint-backport[bot] and jacobtylerwalls authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    154dba4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Fix dynamic color mapping for "fail-on" messages when using multiple …

    …reporter/output formats (#10826)
    
    Co-authored-by: Felix Preuschoff <f.preuschoff@pilz.de>
    (cherry picked from commit 217212f)
    2 people authored and DanielNoord committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    0b08ccb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. [Backport maintenance/4.0.x] Relax isort version constraint to allow …

    …isort 8 (#10859)
    
    Relax isort version constraint to allow isort 8 (#10858)
    
    
    (cherry picked from commit 999f4e7)
    
    Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    3 people authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    d96d489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e1ab7 View commit details
    Browse the repository at this point in the history
Loading