mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Update pylint to 3.3.7 + astroid to 3.3.10 (#144630)
* Update pylint to 3.3.7 + astroid to 3.3.10 * Remove unnecessary pylint disable comment
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
-c homeassistant/package_constraints.txt
|
||||
-r requirements_test_pre_commit.txt
|
||||
astroid==3.3.9
|
||||
astroid==3.3.10
|
||||
coverage==7.6.12
|
||||
freezegun==1.5.1
|
||||
go2rtc-client==0.1.2
|
||||
@ -16,7 +16,7 @@ mock-open==1.4.0
|
||||
mypy-dev==1.16.0a8
|
||||
pre-commit==4.0.0
|
||||
pydantic==2.11.3
|
||||
pylint==3.3.6
|
||||
pylint==3.3.7
|
||||
pylint-per-file-ignores==1.4.0
|
||||
pipdeptree==2.25.1
|
||||
pytest-asyncio==0.26.0
|
||||
|
@ -4,8 +4,6 @@ from datetime import datetime
|
||||
|
||||
from homeassistant.components import assist_satellite
|
||||
from homeassistant.components.assist_satellite import AssistSatelliteEntity
|
||||
|
||||
# pylint: disable-next=hass-component-root-import
|
||||
from homeassistant.components.esphome import DOMAIN
|
||||
from homeassistant.components.esphome.assist_satellite import EsphomeAssistSatellite
|
||||
from homeassistant.components.esphome.coordinator import REFRESH_INTERVAL
|
||||
|
Reference in New Issue
Block a user