mirror of
https://github.com/ceph/ceph
synced 2025-01-13 06:22:51 +00:00
8 lines
168 B
INI
8 lines
168 B
INI
|
[mypy]
|
||
|
strict_optional = True
|
||
|
no_implicit_optional = True
|
||
|
ignore_missing_imports = True
|
||
|
warn_incomplete_stub = True
|
||
|
check_untyped_defs = True
|
||
|
show_error_context = True
|