mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Update pylint to 2.14.4 (#74192)
This commit is contained in:
parent
0cf922cc4e
commit
42d7f2a3b2
@ -75,7 +75,7 @@ class OppleRemote(ZigbeeChannel):
|
|||||||
"trigger_indicator": True,
|
"trigger_indicator": True,
|
||||||
}
|
}
|
||||||
elif self.cluster.endpoint.model == "lumi.motion.ac01":
|
elif self.cluster.endpoint.model == "lumi.motion.ac01":
|
||||||
self.ZCL_INIT_ATTRS = { # pylint: disable=invalid-name
|
self.ZCL_INIT_ATTRS = {
|
||||||
"presence": True,
|
"presence": True,
|
||||||
"monitoring_mode": True,
|
"monitoring_mode": True,
|
||||||
"motion_sensitivity": True,
|
"motion_sensitivity": True,
|
||||||
|
@ -13,7 +13,7 @@ freezegun==1.2.1
|
|||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy==0.961
|
mypy==0.961
|
||||||
pre-commit==2.19.0
|
pre-commit==2.19.0
|
||||||
pylint==2.14.3
|
pylint==2.14.4
|
||||||
pipdeptree==2.2.1
|
pipdeptree==2.2.1
|
||||||
pylint-strict-informational==0.1
|
pylint-strict-informational==0.1
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user