From 42d7f2a3b29fcb1e24bdde26546ff6120a9185db Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 30 Jun 2022 08:56:43 +0200 Subject: [PATCH] Update pylint to 2.14.4 (#74192) --- .../components/zha/core/channels/manufacturerspecific.py | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/zha/core/channels/manufacturerspecific.py b/homeassistant/components/zha/core/channels/manufacturerspecific.py index 943d13a57d6..b9f0ec1aaca 100644 --- a/homeassistant/components/zha/core/channels/manufacturerspecific.py +++ b/homeassistant/components/zha/core/channels/manufacturerspecific.py @@ -75,7 +75,7 @@ class OppleRemote(ZigbeeChannel): "trigger_indicator": True, } elif self.cluster.endpoint.model == "lumi.motion.ac01": - self.ZCL_INIT_ATTRS = { # pylint: disable=invalid-name + self.ZCL_INIT_ATTRS = { "presence": True, "monitoring_mode": True, "motion_sensitivity": True, diff --git a/requirements_test.txt b/requirements_test.txt index 6072ce896ee..3172c1f5544 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -13,7 +13,7 @@ freezegun==1.2.1 mock-open==1.4.0 mypy==0.961 pre-commit==2.19.0 -pylint==2.14.3 +pylint==2.14.4 pipdeptree==2.2.1 pylint-strict-informational==0.1 pytest-aiohttp==0.3.0 -- GitLab