Skip to content

Commit 1e866b9

Browse files
authored
Bump pylint from 3.3.9 to 4.0.2 (#235)
2 parents 3a80f05 + 2b72e1a commit 1e866b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dev-mypy = [
9292
]
9393
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"]
9494
dev-pylint = [
95-
"pylint == 3.3.9",
95+
"pylint == 4.0.2",
9696
# For checking the noxfile, docs/ script, and tests
9797
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
9898
"frequenz-api-dispatch == 1.0.0",

src/frequenz/client/dispatch/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ async def create( # pylint: disable=too-many-positional-arguments
367367

368368
return Dispatch.from_protobuf(response.dispatch)
369369

370-
async def update(
370+
async def update( # pylint: disable=too-many-branches
371371
self,
372372
*,
373373
microgrid_id: MicrogridId,

0 commit comments

Comments
 (0)