Update pylint to 2.14.3 (#73703)

This commit is contained in:
Marc Mueller
2022-06-19 16:29:57 +02:00
committed by GitHub
parent 68135e57af
commit 24bf42cfbe
2 changed files with 2 additions and 4 deletions

View File

@@ -87,9 +87,7 @@ class RecorderPool(SingletonThreadPool, NullPool): # type: ignore[misc]
exclude_integrations={"recorder"},
error_if_core=False,
)
return super( # pylint: disable=bad-super-call
NullPool, self
)._create_connection()
return super(NullPool, self)._create_connection()
class MutexPool(StaticPool): # type: ignore[misc]

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.1
pylint==2.14.3
pipdeptree==2.2.1
pylint-strict-informational==0.1
pytest-aiohttp==0.3.0