From: Sebastian Wagner Date: Mon, 18 Jan 2021 15:02:38 +0000 (+0100) Subject: mgr/orchestrator: disallow_untyped_defs = True X-Git-Tag: v16.2.0~232^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=312f04f60ab9aec4d2fe903b1158144e558be29d;p=ceph.git mgr/orchestrator: disallow_untyped_defs = True Signed-off-by: Sebastian Wagner (cherry picked from commit c95ba878c66aae44816b1451049449685d444f0a) --- diff --git a/src/mypy.ini b/src/mypy.ini index c5c7bb42e71..45a57327c47 100755 --- a/src/mypy.ini +++ b/src/mypy.ini @@ -18,10 +18,10 @@ ignore_missing_imports = True # This would require a cephfs.pyi file ignore_missing_imports = True -[mypy-cephadm.*] +[mypy-mgr_util] disallow_untyped_defs = True -[mypy-orchestrator.*] +[mypy-cephadm.*] disallow_untyped_defs = True [mypy-orchestrator.*]