From fef6450834b665b8b05703a8cbb690a04c4ba217 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Tue, 3 Mar 2020 08:11:39 -0700 Subject: [PATCH] mgr/volumes: add `mgr/volumes` to the mypy checks Fixes: https://tracker.ceph.com/issues/44393 Signed-off-by: Michael Fritch --- src/pybind/mgr/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 0fc10103f0585..22803ab3ebadd 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 -- 2.39.5