mirror of
https://github.com/hass-api/hassapi.git
synced 2022-10-22 18:29:31 +03:00
13 lines
316 B
INI
13 lines
316 B
INI
[mypy]
|
|
python_version = 3.8
|
|
check_untyped_defs = True
|
|
disallow_subclassing_any = True
|
|
disallow_untyped_calls = True
|
|
disallow_untyped_defs = True
|
|
ignore_missing_imports = True
|
|
no_implicit_optional = True
|
|
strict_optional = True
|
|
warn_redundant_casts = True
|
|
warn_return_any = True
|
|
warn_unused_ignores = True
|