Qapdex's picture
Upload 17 files
4973321 verified
Raw
History Blame Contribute Delete
163 Bytes
[mypy]
strict = true
allow_untyped_calls = true
allow_untyped_defs = true
allow_incomplete_defs = true
disable_error_code = import-untyped
warn_return_any = false