mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
6 lines
111 B
INI
6 lines
111 B
INI
[mypy]
|
|
python_version = 3.13
|
|
ignore_missing_imports = true
|
|
disallow_untyped_defs = true
|
|
strict_optional = true
|