6 lines
95 B
INI
6 lines
95 B
INI
[mypy]
|
|
disallow_untyped_defs = True
|
|
disallow_incomplete_defs = True
|
|
check_untyped_defs = True
|
|
|