Skip to content

chore(deps-dev): Update pylint requirement from <4 to <5#1080

Merged
github-actions[bot] merged 6 commits into
mainfrom
dependabot/pip/pylint-lt-5
Jul 13, 2026
Merged

chore(deps-dev): Update pylint requirement from <4 to <5#1080
github-actions[bot] merged 6 commits into
mainfrom
dependabot/pip/pylint-lt-5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on pylint to permit the latest version.

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 Pull requests that update Python code labels Jun 24, 2026
@github-actions github-actions Bot enabled auto-merge (squash) June 24, 2026 17:43
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@pylint-version-0.18.1...v4.0.6)

---
updated-dependencies:
- dependency-name: pylint
  dependency-version: 4.0.6
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/pylint-lt-5 branch from 0450f52 to e9e0b1b Compare July 1, 2026 09:30
The suggestion-mode option was removed, as pylint now always emits user-friendly hints instead of false-positive error messages. You should remove it from your conf if it's defined.

Refs pylint-dev/pylint#9962
`invalid-name` now distinguishes module-level constants that are assigned only once from those that are reassigned and now applies `--variable-rgx` to the latter. Values other than literals (lists, sets, objects) can pass against either the constant or variable regexes (e.g. "LOGGER" or "logger" but not "LoGgEr").

Remember that `--good-names` or `--good-names-rgxs` can be provided to explicitly allow good names.

Ref pylint-dev/pylint#3585
@github-actions github-actions Bot merged commit dbf57cd into main Jul 13, 2026
29 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/pylint-lt-5 branch July 13, 2026 08:45
@lord-haffi

Copy link
Copy Markdown
Collaborator

From https://pylint.readthedocs.io/en/stable/whatsnew/4/4.0/index.html#breaking-changes

invalid-name now distinguishes module-level constants that are assigned only once from those that are reassigned and now applies --variable-rgx to the latter. Values other than literals (lists, sets, objects) can pass against either the constant or variable regexes (e.g. "LOGGER" or "logger" but not "LoGgEr").

Remember that --good-names or --good-names-rgxs can be provided to explicitly allow good names.

Ref pylint-dev/pylint#3585

The suggestion-mode option was removed, as pylint now always emits user-friendly hints instead of false-positive error messages. You should remove it from your conf if it's defined.

Refs pylint-dev/pylint#9962

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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant