pyh0n/mypy.ini

10 lines
224 B
INI
Raw Normal View History

2023-06-28 22:32:11 +05:30
[mypy]
check_untyped_defs = True
disallow_any_generics = True
2023-07-01 18:29:09 +05:30
disallow_untyped_defs = True
disallow_any_unimported = True
no_implicit_optional = True
warn_return_any = True
show_error_codes = True
warn_unused_ignores = True