cutekit/.mypyconfig

9 lines
195 B
Plaintext
Raw Permalink Normal View History

2022-06-25 22:22:53 +00:00
[mypy]
disallow_untyped_defs = True
disallow_any_unimported = True
no_implicit_optional = True
check_untyped_defs = True
warn_return_any = True
show_error_codes = True
warn_unused_ignores = True