summaryrefslogtreecommitdiff
path: root/mypy.ini
blob: 55c168f2d7d1272f5c9e807deb10957e5051796b (plain)
1
2
3
4
5
[mypy]
strict = true
allow_untyped_calls = true
allow_untyped_defs = true
allow_incomplete_defs = true