ceph/src/mypy.ini

8 lines
168 B
INI
Raw Normal View History

[mypy]
strict_optional = True
no_implicit_optional = True
ignore_missing_imports = True
warn_incomplete_stub = True
check_untyped_defs = True
show_error_context = True