diff options
author | Kefu Chai <kchai@redhat.com> | 2021-02-10 14:38:33 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2021-02-18 15:46:51 +0100 |
commit | e4a16e261370fd8806194a8a86f1b3e224596374 (patch) | |
tree | 73d114fdf561b4ca46d3bf0840e102f8e11550e1 /src/mypy.ini | |
parent | mgr/rbd_support: avoid using list of different type of elements (diff) | |
download | ceph-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-x | src/mypy.ini | 3 |
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 |