mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 02:16:37 +08:00
6 lines
111 B
INI
6 lines
111 B
INI
[mypy]
|
|
python_version = 3.11
|
|
ignore_missing_imports = true
|
|
disallow_untyped_defs = true
|
|
strict_optional = true
|