From 312f04f60ab9aec4d2fe903b1158144e558be29d Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 18 Jan 2021 16:02:38 +0100 Subject: [PATCH] mgr/orchestrator: disallow_untyped_defs = True Signed-off-by: Sebastian Wagner (cherry picked from commit c95ba878c66aae44816b1451049449685d444f0a) --- src/mypy.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.*] -- 2.47.3