mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Update mypy-dev to 1.12.0a1 (#121428)
This commit is contained in:
@@ -36,7 +36,7 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
|
||||
"plugins": "pydantic.mypy",
|
||||
"show_error_codes": "true",
|
||||
"follow_imports": "normal",
|
||||
"enable_incomplete_feature": ",".join( # noqa: FLY002
|
||||
"enable_incomplete_feature": ", ".join( # noqa: FLY002
|
||||
[
|
||||
"NewGenericSyntax",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user