bowl/mypy.ini

4 lines
96 B
INI

[mypy]
disallow_untyped_defs = True
disallow_incomplete_defs = True
no_implicit_optional = True