Skip to content

chore(deps-dev): bump pylint from 4.0.5 to 4.0.8 in the pylint group across 1 directory - #1096

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pylint-e9afc1810d
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pylint-e9afc1810d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the pylint group with 1 update in the / directory: pylint.

Updates pylint from 4.0.5 to 4.0.8

Release notes

Sourced from pylint's releases.

v4.0.8

What's new in Pylint 4.0.8?

Release date: 2026-08-29

False Positives Fixed

  • Fix a false positive for :ref:unspecified-encoding when an open call uses a mode argument that cannot be inferred.

    Closes #10201

  • Fix a false positive for invalid-name (C0103) on names assigned in an if __name__ == "__main__": block. Such a block reads like a script body, so a name there is now accepted if it matches either the constant or the variable naming style.

    Closes #10766

  • Fix false positives for :ref:invalid-str-returned, :ref:invalid-repr-returned, :ref:invalid-format-returned, :ref:invalid-bytes-returned, :ref:invalid-hash-returned, :ref:invalid-index-returned, :ref:invalid-length-returned, :ref:invalid-length-hint-returned, :ref:invalid-getnewargs-returned and :ref:invalid-getnewargs-ex-returned when the returned value is an instance of a subclass of the expected builtin type, such as self in a str subclass or a namedtuple.

    Closes #11306

  • Fix false positives for :ref:bad-string-format-type when the argument is an instance of a subclass of int, float or str, such as bool or an IntEnum member formatted with %d.

    Closes #11315

False Negatives Fixed

  • redundant-unittest-assert now also flags assertEqual and assertNotEqual when both compared values are constants, e.g. self.assertEqual(5, 5).

    Closes #11321

Other Bug Fixes

... (truncated)

Commits
  • ecb84ba Bump pylint to 4.0.8, update changelog (#11355)
  • 989e9c5 [Backport maintenance/4.0.x] Support isort 9 (#11354)
  • 8c1ee95 Flag assertEqual and assertNotEqual between two constants in W1503
  • eadefe3 Fix false positive bad-string-format-type for subclasses of builtin types
  • db00e3b [Backport maintenance/4.0.x] fix(docparams): guard decorated_with_property ag...
  • 7909c17 Accept subclass instances in the invalid-*-returned checks
  • d19640d [Backport maintenance/4.0.x] Fix invalid-name false positive in `if _name...
  • 94e5704 Skip unspecified-encoding for unknown open modes (#11163)
  • d59b329 fix(refactoring): handle non-AssignName targets in use-yield-from (#11286) (#...
  • eea0569 [Backport maintenance/4.0.x] Fix crash in docparams on raising a non-exceptio...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies python Pull requests that update Python code labels Jun 30, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 30, 2026 04:22
@dependabot dependabot Bot added dependencies python Pull requests that update Python code labels Jun 30, 2026
@github-actions
github-actions Bot enabled auto-merge June 30, 2026 04:22
@dependabot dependabot Bot changed the title chore(deps-dev): bump pylint from 4.0.5 to 4.0.6 in the pylint group chore(deps-dev): bump pylint from 4.0.5 to 4.0.6 in the pylint group across 1 directory Jul 6, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/pylint-e9afc1810d branch from 0f43134 to 18c0283 Compare July 6, 2026 21:38
@dependabot
dependabot Bot force-pushed the dependabot/pip/pylint-e9afc1810d branch from 18c0283 to c56b34a Compare July 13, 2026 23:31
@dependabot
dependabot Bot force-pushed the dependabot/pip/pylint-e9afc1810d branch from c56b34a to 11c1429 Compare August 6, 2026 04:22
@sonarqubecloud

sonarqubecloud Bot commented Aug 6, 2026

Copy link
Copy Markdown

Bumps the pylint group with 1 update in the / directory: [pylint](https://github.com/pylint-dev/pylint).


Updates `pylint` from 4.0.5 to 4.0.8
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v4.0.5...v4.0.8)

---
updated-dependencies:
- dependency-name: pylint
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pylint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump pylint from 4.0.5 to 4.0.6 in the pylint group across 1 directory chore(deps-dev): bump pylint from 4.0.5 to 4.0.8 in the pylint group across 1 directory Sep 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/pylint-e9afc1810d branch from 11c1429 to fc21aab Compare September 16, 2026 22:40
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants