1
0
mirror of https://github.com/esphome/aioesphomeapi.git synced 2025-03-02 04:01:56 +01:00
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