]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/volumes: add `mgr/volumes` to the mypy checks
authorMichael Fritch <mfritch@suse.com>
Tue, 3 Mar 2020 15:11:39 +0000 (08:11 -0700)
committerMichael Fritch <mfritch@suse.com>
Thu, 5 Mar 2020 20:19:26 +0000 (13:19 -0700)
Fixes: https://tracker.ceph.com/issues/44393
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/pybind/mgr/tox.ini

index 0fc10103f0585deaf10a40b5e1ae49a9fa464835..22803ab3ebadd89ec42fdeea509aba47067ebf3b 100644 (file)
@@ -22,4 +22,5 @@ commands = mypy --config-file=../../mypy.ini \
            progress/module.py \
            rook/module.py \
            osd_support/module.py \
-           test_orchestrator/module.py
+           test_orchestrator/module.py \
+           volumes/__init__.py