Enable error-code truthy-iterable [mypy 1.0] (#87596)

This commit is contained in:
Marc Mueller
2023-02-07 11:16:22 +01:00
committed by GitHub
parent aa00114c2f
commit 42008c50f3
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ warn_incomplete_stub = true
warn_redundant_casts = true
warn_unused_configs = true
warn_unused_ignores = true
enable_error_code = ignore-without-code
enable_error_code = ignore-without-code, truthy-iterable
disable_error_code = annotation-unchecked
strict_concatenate = false
check_untyped_defs = true