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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user