From 1ca98241919b4b9a4b5218ac72765734f664f3f0 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:01:27 +0100 Subject: [PATCH] Update pylint to 2.15.8 (#83311) --- homeassistant/components/cloud/__init__.py | 1 - requirements_test.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/cloud/__init__.py b/homeassistant/components/cloud/__init__.py index c5918dcf28f..e9b852ada8d 100644 --- a/homeassistant/components/cloud/__init__.py +++ b/homeassistant/components/cloud/__init__.py @@ -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( diff --git a/requirements_test.txt b/requirements_test.txt index 2bed839649c..9590cc0b95c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -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