summaryrefslogtreecommitdiff
path: root/mypy.ini
blob: e51910ca77e7fd4c8f45c1e9f1f4279028899f94 (plain)
1
2
3
4
5
6
7
[mypy]
strict = true
allow_untyped_calls = true
allow_untyped_defs = true
allow_incomplete_defs = true
disable_error_code = import-untyped
warn_return_any = false