Don't ignore mypy errors by default (#49270)

This commit is contained in:
Ruslan Sayfutdinov
2021-04-26 13:23:21 +01:00
committed by GitHub
parent 0f220001a0
commit 37466ae423
12 changed files with 1373 additions and 33 deletions

View File

@@ -13,6 +13,7 @@ from . import (
json,
manifest,
mqtt,
mypy_config,
requirements,
services,
ssdp,
@@ -36,6 +37,7 @@ INTEGRATION_PLUGINS = [
]
HASS_PLUGINS = [
coverage,
mypy_config,
]