ustreamer/linters/mypy.ini
2026-01-16 23:29:54 +02:00

6 lines
111 B
INI

[mypy]
python_version = 3.14
ignore_missing_imports = true
disallow_untyped_defs = true
strict_optional = true