Skip to content

chore(deps): Bump pylint[spelling] from 4.0.5 to 4.0.6#2296

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/uv/pylint-spelling--4.0.6
Jun 15, 2026
Merged

chore(deps): Bump pylint[spelling] from 4.0.5 to 4.0.6#2296
github-actions[bot] merged 1 commit into
mainfrom
dependabot/uv/pylint-spelling--4.0.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pylint[spelling] from 4.0.5 to 4.0.6.

Release notes

Sourced from pylint[spelling]'s releases.

v4.0.6

What's new in Pylint 4.0.6?

Release date: 2026-06-14

False Positives Fixed

  • implicit-str-concat is no longer emitted for an implicit concatenation of a raw string with a non-raw one (e.g. r"\d" "\n"). Such literals cannot be merged into a single string, so the concatenation is intentional rather than a forgotten comma.

    Closes #6663

  • Fix a false positive for invalid-name (C0103) where the default typevar-rgx rejected TypeVar names containing digits, such as Ec2T.

    Closes #8499

  • Fix a false positive for too-many-arguments in (non-static) methods and classmethods.

    Closes #8675

  • Fix a false positive for no-member when a value is inferred to several possible types and at least one of them defines a dynamic __getattr__.

    Closes #9833

  • Fix a false positive for function-redefined (E0102) when reusing names that match dummy-variables-rgx (such as _), which is common for pytest-bdd step definitions. This restores the behavior from before pylint 4.0.0; as a consequence the false negative fixed in #9894 is reintroduced for functions whose name matches dummy-variables-rgx.

    Closes #10665

  • Fix undefined-variable false positive when a name used as a metaclass argument in a nested class is referenced again later in the module.

    Closes #10823

  • Fix a false positive for unused-variable where global variables matching dummy-variables-rgx were still reported as unused when allow-global-unused-variables was disabled.

    Closes #10890

... (truncated)

Commits
  • 8a39635 Bump pylint to 4.0.6, update changelog (#11105)
  • 150f23c [Backport maintenance/4.0.x] Allow digits in ParamSpec and TypeVarTuple names...
  • 8b6251e [Backport maintenance/4.0.x] Fix crash when enum member inference fails (#11093)
  • d57aadb [Backport maintenance/4.0.x] Fix implicit-str-concat false positive for mix...
  • d9ea8d9 [Backport maintenance/4.0.x] Fix unnecessary-comprehension suggestion when ...
  • cb1792a [Backport maintenance/4.0.x] Allow digits in TypeVar names for invalid-name c...
  • ee2ab9a Handle InferenceError in decorator return analysis
  • 5bb5498 [Backport maintenance/4.0.x] Fix crash in typecheck checker when metaclass ar...
  • a940533 [Backport maintenance/4.0.x] Fix a crash in consider-using-enumerate for no...
  • b7a873a [Backport maintenance/4.0.x] Fix crash in deprecated checker for non-string `...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 15, 2026
@github-actions github-actions Bot enabled auto-merge June 15, 2026 22:25
Bumps [pylint[spelling]](https://github.com/pylint-dev/pylint) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v4.0.5...v4.0.6)

---
updated-dependencies:
- dependency-name: pylint[spelling]
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/pylint-spelling--4.0.6 branch from 17df163 to 208720e Compare June 15, 2026 22:27
@dependabot dependabot Bot deployed to development June 15, 2026 22:27 Active
@github-actions github-actions Bot merged commit a266ed3 into main Jun 15, 2026
15 checks passed
@github-actions github-actions Bot deleted the dependabot/uv/pylint-spelling--4.0.6 branch June 15, 2026 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants