Bump mypy to 0.940 (#68007)

This commit is contained in:
Marc Mueller
2022-03-11 15:57:38 -08:00
committed by GitHub
parent 380f04277e
commit 41df798375
9 changed files with 9 additions and 9 deletions
+1
View File
@@ -247,6 +247,7 @@ GENERAL_SETTINGS: Final[dict[str, str]] = {
"warn_redundant_casts": "true",
"warn_unused_configs": "true",
"warn_unused_ignores": "true",
"enable_error_code": "ignore-without-code",
}
# This is basically the list of checks which is enabled for "strict=true".