From de77e0be8cb5893adf329e78d908f00195c04ad5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 15 May 2021 19:41:17 +0200 Subject: [PATCH] Upgrade pylint to 2.8.2 (#50669) --- homeassistant/components/sentry/__init__.py | 1 + requirements_test.txt | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sentry/__init__.py b/homeassistant/components/sentry/__init__.py index 8a87cba84d7..3cd209dfaf3 100644 --- a/homeassistant/components/sentry/__init__.py +++ b/homeassistant/components/sentry/__init__.py @@ -76,6 +76,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: ), } + # pylint: disable=abstract-class-instantiated sentry_sdk.init( dsn=entry.data[CONF_DSN], environment=entry.options.get(CONF_ENVIRONMENT), diff --git a/requirements_test.txt b/requirements_test.txt index 3386f3561ce..b12842c78dd 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -10,8 +10,7 @@ jsonpickle==1.4.1 mock-open==1.4.0 mypy==0.812 pre-commit==2.12.1 -pylint==2.8.0 -astroid==2.5.5 +pylint==2.8.2 pipdeptree==1.0.0 pylint-strict-informational==0.1 pytest-aiohttp==0.3.0