ceph/src/mypy.ini
alfonsomthd 6d1cfe47d5 src/script: extract mypy config to mypy.ini
Now the default config can be read by other scripts/tools.

Signed-off-by: Alfonso Martínez <almartin@redhat.com>
2019-05-28 13:32:31 +02:00

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