pyhOn/mypy.ini

10 lines
224 B
INI
Raw Normal View History

2023-06-28 11:02:11 -06:00
[mypy]
check_untyped_defs = True
disallow_any_generics = True
2023-07-01 06:59:09 -06:00
disallow_untyped_defs = True
disallow_any_unimported = True
no_implicit_optional = True
warn_return_any = True
show_error_codes = True
warn_unused_ignores = True