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