]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: disallow_untyped_defs = True
authorSebastian Wagner <sebastian.wagner@suse.com>
Mon, 18 Jan 2021 15:02:38 +0000 (16:02 +0100)
committerJuan Miguel Olmo Martínez <jolmomar@redhat.com>
Tue, 26 Jan 2021 14:48:37 +0000 (15:48 +0100)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit c95ba878c66aae44816b1451049449685d444f0a)

src/mypy.ini

index c5c7bb42e710647d9a800654b5216007b8b786dd..45a57327c475c37aaa02dcffda9d421bdd511ecf 100755 (executable)
@@ -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.*]