One-KVM/mypy.ini
2018-09-26 02:57:24 +03:00

6 lines
110 B
INI

[mypy]
python_version = 3.7
ignore_missing_imports = True
disallow_untyped_defs = True
strict_optional = True