mirror of
https://github.com/pikvm/ustreamer.git
synced 2025-12-24 03:00:01 +00:00
6 lines
110 B
INI
6 lines
110 B
INI
[mypy]
|
|
python_version = 3.9
|
|
ignore_missing_imports = true
|
|
disallow_untyped_defs = true
|
|
strict_optional = true
|