aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
blob: 0d2369b060879633dd1b00c520b90b6e6506d732 (plain)
1
2
3
4
5
6
7
8
[mypy]
disallow_untyped_calls = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
check_untyped_defs = True
warn_return_any = True
strict = True
# warn_unrearchable = True