1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Update Mypy to 0.950 (#70948)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Marc Mueller
2022-04-28 03:49:54 +02:00
committed by GitHub
parent 27a5851ee2
commit 93cbb331e5
21 changed files with 45 additions and 39 deletions

View File

@@ -221,6 +221,8 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
"warn_unused_configs": "true",
"warn_unused_ignores": "true",
"enable_error_code": "ignore-without-code",
# Strict_concatenate breaks passthrough ParamSpec typing
"strict_concatenate": "false",
}
# This is basically the list of checks which is enabled for "strict=true".