mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade pylint to 2.8.2 (#50669)
This commit is contained in:
parent
97d7037d12
commit
de77e0be8c
@ -76,6 +76,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# pylint: disable=abstract-class-instantiated
|
||||||
sentry_sdk.init(
|
sentry_sdk.init(
|
||||||
dsn=entry.data[CONF_DSN],
|
dsn=entry.data[CONF_DSN],
|
||||||
environment=entry.options.get(CONF_ENVIRONMENT),
|
environment=entry.options.get(CONF_ENVIRONMENT),
|
||||||
|
@ -10,8 +10,7 @@ jsonpickle==1.4.1
|
|||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy==0.812
|
mypy==0.812
|
||||||
pre-commit==2.12.1
|
pre-commit==2.12.1
|
||||||
pylint==2.8.0
|
pylint==2.8.2
|
||||||
astroid==2.5.5
|
|
||||||
pipdeptree==1.0.0
|
pipdeptree==1.0.0
|
||||||
pylint-strict-informational==0.1
|
pylint-strict-informational==0.1
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user