Enable error-code truthy-iterable [mypy 1.0] (#87596)
This commit is contained in:
2
mypy.ini
2
mypy.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user