mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Update pylint to 2.15.8 (#83311)
This commit is contained in:
parent
f801fe307e
commit
1ca9824191
@ -97,7 +97,6 @@ GACTIONS_SCHEMA = ASSISTANT_SCHEMA.extend(
|
|||||||
{vol.Optional(CONF_ENTITY_CONFIG): {cv.entity_id: GOOGLE_ENTITY_SCHEMA}}
|
{vol.Optional(CONF_ENTITY_CONFIG): {cv.entity_id: GOOGLE_ENTITY_SCHEMA}}
|
||||||
)
|
)
|
||||||
|
|
||||||
# pylint: disable=no-value-for-parameter
|
|
||||||
CONFIG_SCHEMA = vol.Schema(
|
CONFIG_SCHEMA = vol.Schema(
|
||||||
{
|
{
|
||||||
DOMAIN: vol.Schema(
|
DOMAIN: vol.Schema(
|
||||||
|
@ -14,7 +14,7 @@ freezegun==1.2.2
|
|||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy==0.991
|
mypy==0.991
|
||||||
pre-commit==2.20.0
|
pre-commit==2.20.0
|
||||||
pylint==2.15.7
|
pylint==2.15.8
|
||||||
pipdeptree==2.3.1
|
pipdeptree==2.3.1
|
||||||
pytest-asyncio==0.20.2
|
pytest-asyncio==0.20.2
|
||||||
pytest-aiohttp==1.0.4
|
pytest-aiohttp==1.0.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user