Upgrade pylint to 2.8.2 (#50669)

This commit is contained in:
Franck Nijhof 2021-05-15 19:41:17 +02:00 committed by GitHub
parent 97d7037d12
commit de77e0be8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -76,6 +76,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
), ),
} }
# pylint: disable=abstract-class-instantiated
sentry_sdk.init( sentry_sdk.init(
dsn=entry.data[CONF_DSN], dsn=entry.data[CONF_DSN],
environment=entry.options.get(CONF_ENVIRONMENT), environment=entry.options.get(CONF_ENVIRONMENT),

View File

@ -10,8 +10,7 @@ jsonpickle==1.4.1
mock-open==1.4.0 mock-open==1.4.0
mypy==0.812 mypy==0.812
pre-commit==2.12.1 pre-commit==2.12.1
pylint==2.8.0 pylint==2.8.2
astroid==2.5.5
pipdeptree==1.0.0 pipdeptree==1.0.0
pylint-strict-informational==0.1 pylint-strict-informational==0.1
pytest-aiohttp==0.3.0 pytest-aiohttp==0.3.0