Update pylint to 2.14.4 (#74192)

This commit is contained in:
Marc Mueller 2022-06-30 08:56:43 +02:00 committed by GitHub
parent 0cf922cc4e
commit 42d7f2a3b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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