mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Don't ignore mypy errors by default (#49270)
This commit is contained in:
committed by
GitHub
parent
0f220001a0
commit
37466ae423
@@ -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,
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user