mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Set follow_imports to normal [mypy] (#115521)
This commit is contained in:
@@ -34,7 +34,7 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
|
||||
"python_version": ".".join(str(x) for x in REQUIRED_PYTHON_VER[:2]),
|
||||
"plugins": "pydantic.mypy",
|
||||
"show_error_codes": "true",
|
||||
"follow_imports": "silent",
|
||||
"follow_imports": "normal",
|
||||
# Enable some checks globally.
|
||||
"local_partial_types": "true",
|
||||
"strict_equality": "true",
|
||||
|
||||
Reference in New Issue
Block a user