From: Michael Fritch Date: Tue, 3 Mar 2020 15:11:39 +0000 (-0700) Subject: mgr/volumes: add `mgr/volumes` to the mypy checks X-Git-Tag: v15.1.1~93^2~22 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fef6450834b665b8b05703a8cbb690a04c4ba217;p=ceph.git mgr/volumes: add `mgr/volumes` to the mypy checks Fixes: https://tracker.ceph.com/issues/44393 Signed-off-by: Michael Fritch --- diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 0fc10103f058..22803ab3ebad 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -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