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