pyhOn/mypy.ini

10 lines
224 B
INI
Raw Normal View History

2023-06-28 17:02:11 +00:00
[mypy]
check_untyped_defs = True
disallow_any_generics = True
2023-07-01 12:59:09 +00: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