1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Update pylint to 2.8.0 (#49637)

This commit is contained in:
Marc Mueller
2021-04-25 02:39:24 +02:00
committed by GitHub
parent 28eaa67986
commit f1d48ddfe3
32 changed files with 114 additions and 114 deletions

View File

@@ -25,6 +25,7 @@ ignore = [
jobs = 2
init-hook='from pylint.config.find_default_config_files import find_default_config_files; from pathlib import Path; import sys; sys.path.append(str(Path(Path(list(find_default_config_files())[0]).parent, "pylint/plugins")))'
load-plugins = [
"pylint.extensions.typing",
"pylint_strict_informational",
"hass_logger"
]
@@ -109,6 +110,10 @@ overgeneral-exceptions = [
"HomeAssistantError",
]
[tool.pylint.TYPING]
py-version = "3.8"
runtime-typing = false
[tool.pytest.ini_options]
testpaths = [
"tests",