mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-04 09:19:37 +01:00
10 lines
145 B
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
|