aioesphomeapi/mypy.ini

10 lines
145 B
INI

[mypy]
python_version = 3.9
show_error_codes = true
strict = true
warn_unreachable = true
[mypy-async_timeout.*]
ignore_missing_imports = True