mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update pylint to 2.14.3 (#73703)
This commit is contained in:
parent
68135e57af
commit
24bf42cfbe
@ -87,9 +87,7 @@ class RecorderPool(SingletonThreadPool, NullPool): # type: ignore[misc]
|
|||||||
exclude_integrations={"recorder"},
|
exclude_integrations={"recorder"},
|
||||||
error_if_core=False,
|
error_if_core=False,
|
||||||
)
|
)
|
||||||
return super( # pylint: disable=bad-super-call
|
return super(NullPool, self)._create_connection()
|
||||||
NullPool, self
|
|
||||||
)._create_connection()
|
|
||||||
|
|
||||||
|
|
||||||
class MutexPool(StaticPool): # type: ignore[misc]
|
class MutexPool(StaticPool): # type: ignore[misc]
|
||||||
|
@ -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.1
|
pylint==2.14.3
|
||||||
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