]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/rgw: ignore mypy errors
authorYehuda Sadeh <yehuda@redhat.com>
Wed, 24 Nov 2021 20:51:12 +0000 (12:51 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 24 Nov 2021 20:54:30 +0000 (12:54 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/mypy.ini

index 63829faa8738a8b36385116a1f4ced615c418050..0510b2e1d8b8d9f264849a4e893df05de7346fba 100755 (executable)
@@ -23,6 +23,9 @@ ignore_missing_imports = True
 [mypy-ceph.tests.*]
 ignore_errors = True
 
+[mypy-ceph.rgw.*]
+ignore_errors = True
+
 # Make cephadm and rook happy
 [mypy-OpenSSL]
 ignore_missing_imports = True