mirror of
https://github.com/ceph/ceph
synced 2024-12-30 15:33:31 +00:00
6d1cfe47d5
Now the default config can be read by other scripts/tools. Signed-off-by: Alfonso Martínez <almartin@redhat.com>
8 lines
168 B
INI
Executable File
8 lines
168 B
INI
Executable File
[mypy]
|
|
strict_optional = True
|
|
no_implicit_optional = True
|
|
ignore_missing_imports = True
|
|
warn_incomplete_stub = True
|
|
check_untyped_defs = True
|
|
show_error_context = True
|