Skip to content

chore(deps-dev): bump pylint from 3.3.8 to 4.0.5#88

Open
dependabot[bot] wants to merge 2 commits intov0.x.xfrom
dependabot/pip/pylint-4.0.5
Open

chore(deps-dev): bump pylint from 3.3.8 to 4.0.5#88
dependabot[bot] wants to merge 2 commits intov0.x.xfrom
dependabot/pip/pylint-4.0.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2026

Bumps pylint from 3.3.8 to 4.0.5.

Commits
  • 88e1ab7 Bump pylint to 4.0.5, update changelog (#10860)
  • d96d489 [Backport maintenance/4.0.x] Relax isort version constraint to allow isort 8 ...
  • 0b08ccb Fix dynamic color mapping for "fail-on" messages when using multiple reporter...
  • 154dba4 [Backport maintenance/4.0.x] Fix FP for invalid-name with typing.Final on...
  • 7b73bfd Disable unspecified-encoding for py-version above Python 3.15 (#10800)
  • 4cc98be [Backport maintenance/4.0.x] Fix setting options for import order checker (#1...
  • f0d30a2 Sync astroid version with requirements file again
  • 38bdf02 [Backport maintenance/4.0.x] Fix logging-unsupported-format when logging ...
  • f08c33a [Backport maintenance/4.0.x] Properly detect self.fail() as a terminating...
  • e16f942 Bump pylint to 4.0.4, update changelog
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Mar 12, 2026
@dependabot dependabot bot requested review from a team as code owners March 12, 2026 11:07
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Mar 12, 2026
@dependabot dependabot bot requested review from florian-wagner-frequenz and removed request for a team March 12, 2026 11:07
@frequenz-auto-dependabot frequenz-auto-dependabot bot added the tool:auto-merged Auto-approved Dependabot PRs label Mar 12, 2026
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 4.0.5.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.8...v4.0.5)

---
updated-dependencies:
- dependency-name: pylint
  dependency-version: 4.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pylint-4.0.5 branch from 7e380e0 to 7f3973e Compare March 12, 2026 11:10
When converting electrical components from protobuf, we have a big match
statement to dispatch the different component categories to the right
conversion function. It is fine in this case to have a lot of branching.
The alternative would be to do a dict-based dispatch but we lose
exhaustiveness checks, or we need to use a typed-dict, adding
unnecessary complexity.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
@llucax
Copy link
Contributor

llucax commented Mar 12, 2026

Pushed a pylint fix, needs approval from someone else now.

@llucax llucax added the cmd:skip-release-notes It is not necessary to update release notes for this PR label Mar 12, 2026
@llucax llucax requested a review from eduardiazf March 12, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cmd:skip-release-notes It is not necessary to update release notes for this PR part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) tool:auto-merged Auto-approved Dependabot PRs type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant