diff options
Diffstat (limited to 'src/pybind/mgr/rook/rook-client-python/mypy.ini')
-rw-r--r-- | src/pybind/mgr/rook/rook-client-python/mypy.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pybind/mgr/rook/rook-client-python/mypy.ini b/src/pybind/mgr/rook/rook-client-python/mypy.ini new file mode 100644 index 000000000..cd26ff97e --- /dev/null +++ b/src/pybind/mgr/rook/rook-client-python/mypy.ini @@ -0,0 +1,7 @@ +[mypy] +strict_optional = True +no_implicit_optional = True +ignore_missing_imports = True +warn_incomplete_stub = True +check_untyped_defs = True +show_error_context = True |