You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
278 B
11 lines
278 B
[mypy]
|
|
ignore_missing_imports = True
|
|
follow_imports = skip
|
|
disallow_untyped_calls = False
|
|
disallow_untyped_defs = True
|
|
check_untyped_defs = True
|
|
disallow_subclassing_any = False
|
|
warn_redundant_casts = True
|
|
warn_unused_ignores = True
|
|
strict_optional = True
|
|
strict_boolean = False
|