mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 18:36:37 +08:00
6 lines
110 B
INI
6 lines
110 B
INI
[mypy]
|
|
python_version = 3.7
|
|
ignore_missing_imports = True
|
|
disallow_untyped_defs = True
|
|
strict_optional = True
|