ustreamer/linters/mypy.ini
2020-12-03 07:06:43 +03:00

6 lines
110 B
INI

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