1
0
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:
Marc Mueller
2024-07-07 16:10:17 +02:00
committed by GitHub
parent dc5ae9e0b2
commit 37ffe09add
3 changed files with 3 additions and 2 deletions

View File

@@ -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",
]