summaryrefslogtreecommitdiff
path: root/testenv/linters/mypy.ini
blob: 00dd6881f804c4c6f247d97c571d197e2971579c (plain)
1
2
3
4
5
[mypy]
python_version = 3.9
ignore_missing_imports = true
disallow_untyped_defs = true
strict_optional = true