Update mypy-dev to 1.14.0a7 (#133390)

This commit is contained in:
Marc Mueller
2024-12-17 07:34:59 +01:00
committed by GitHub
parent 1512cd5fb7
commit 2d8e693cdb
4 changed files with 4 additions and 2 deletions

View File

@ -47,6 +47,7 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
# Enable some checks globally.
"local_partial_types": "true",
"strict_equality": "true",
"strict_bytes": "true",
"no_implicit_optional": "true",
"warn_incomplete_stub": "true",
"warn_redundant_casts": "true",