Update pylint to 2.15.8 (#83311)

This commit is contained in:
Marc Mueller 2022-12-05 16:01:27 +01:00 committed by GitHub
parent f801fe307e
commit 1ca9824191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -97,7 +97,6 @@ GACTIONS_SCHEMA = ASSISTANT_SCHEMA.extend(
{vol.Optional(CONF_ENTITY_CONFIG): {cv.entity_id: GOOGLE_ENTITY_SCHEMA}}
)
# pylint: disable=no-value-for-parameter
CONFIG_SCHEMA = vol.Schema(
{
DOMAIN: vol.Schema(

View file

@ -14,7 +14,7 @@ freezegun==1.2.2
mock-open==1.4.0
mypy==0.991
pre-commit==2.20.0
pylint==2.15.7
pylint==2.15.8
pipdeptree==2.3.1
pytest-asyncio==0.20.2
pytest-aiohttp==1.0.4