Update mypy-dev to 1.14.0a6 (#132440)

This commit is contained in:
Marc Mueller
2024-12-06 04:34:05 +01:00
committed by GitHub
parent 28d6a21189
commit 60fd9d5027
3 changed files with 3 additions and 4 deletions

View File

@@ -43,13 +43,13 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
"local_partial_types": "true",
"strict_equality": "true",
"no_implicit_optional": "true",
"report_deprecated_as_error": "true",
"warn_incomplete_stub": "true",
"warn_redundant_casts": "true",
"warn_unused_configs": "true",
"warn_unused_ignores": "true",
"enable_error_code": ", ".join( # noqa: FLY002
[
"deprecated",
"ignore-without-code",
"redundant-self",
"truthy-iterable",