summaryrefslogtreecommitdiffstats
path: root/src/mypy.ini
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2021-02-10 14:38:33 +0100
committerKefu Chai <kchai@redhat.com>2021-02-18 15:46:51 +0100
commite4a16e261370fd8806194a8a86f1b3e224596374 (patch)
tree73d114fdf561b4ca46d3bf0840e102f8e11550e1 /src/mypy.ini
parentmgr/rbd_support: avoid using list of different type of elements (diff)
downloadceph-e4a16e261370fd8806194a8a86f1b3e224596374.tar.xz
ceph-e4a16e261370fd8806194a8a86f1b3e224596374.zip
mgr/rbd_support: add type annotation
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/mypy.ini')
-rwxr-xr-xsrc/mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mypy.ini b/src/mypy.ini
index 2d859f6006c..2c3f396fd1c 100755
--- a/src/mypy.ini
+++ b/src/mypy.ini
@@ -49,6 +49,9 @@ disallow_untyped_defs = True
[mypy-orchestrator.*]
disallow_untyped_defs = True
+[mypy-rbd_support.*]
+disallow_untyped_defs = True
+
[mypy-rook.*]
disallow_untyped_defs = True