2018-07-13 17:14:45 +00:00
|
|
|
[mypy]
|
2018-07-17 22:28:44 +00:00
|
|
|
check_untyped_defs = true
|
|
|
|
follow_imports = silent
|
|
|
|
ignore_missing_imports = true
|
2018-07-13 17:14:45 +00:00
|
|
|
warn_redundant_casts = true
|
2018-07-17 22:28:44 +00:00
|
|
|
warn_return_any = true
|
2018-07-13 17:14:45 +00:00
|
|
|
warn_unused_configs = true
|
|
|
|
warn_unused_ignores = true
|
|
|
|
|
|
|
|
[mypy-homeassistant.util.yaml]
|
|
|
|
warn_return_any = false
|
|
|
|
|