summaryrefslogtreecommitdiff
path: root/kvmd/mypy.ini
blob: df74d02360494547b964f7b50d133dcb014914e5 (plain)
1
2
3
4
5
[mypy]
python_version = 3.6
ignore_missing_imports = True
disallow_untyped_defs = True
strict_optional = True