mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
Update pylint to 4.0.5 (#163777)
This commit is contained in:
@@ -159,7 +159,7 @@ class FirmwareUpdateStatus(NamedTuple):
|
||||
firmware: OmadaFirmwareUpdate | None
|
||||
|
||||
|
||||
class OmadaFirmwareUpdateCoordinator(OmadaCoordinator[FirmwareUpdateStatus]): # pylint: disable=hass-enforce-class-module
|
||||
class OmadaFirmwareUpdateCoordinator(OmadaCoordinator[FirmwareUpdateStatus]):
|
||||
"""Coordinator for getting details about available firmware updates for Omada devices."""
|
||||
|
||||
def __init__(
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
-c homeassistant/package_constraints.txt
|
||||
-r requirements_test_pre_commit.txt
|
||||
astroid==4.0.1
|
||||
astroid==4.0.4
|
||||
coverage==7.10.6
|
||||
freezegun==1.5.2
|
||||
# librt is an internal mypy dependency
|
||||
@@ -17,7 +17,7 @@ mock-open==1.4.0
|
||||
mypy==1.19.1
|
||||
prek==0.2.28
|
||||
pydantic==2.12.2
|
||||
pylint==4.0.1
|
||||
pylint==4.0.5
|
||||
pylint-per-file-ignores==1.4.0
|
||||
pipdeptree==2.26.1
|
||||
pytest-asyncio==1.3.0
|
||||
|
||||
Reference in New Issue
Block a user